Hello Swift
August 03, 2020
by Dennis
_______________
Welcome to the official blog of CPP Swift!
We will be writing about a variety of technical topics, including security, raspberry pi projects, steps to getting your first job/internship, and more!
#!/bin/bash
for item in $(cat < "$2"); do
$1 $item
done