Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
while read line
do
ln -s $line "mydir
done < "myfile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment