Skip to content

Instantly share code, notes, and snippets.

@frogonwheels
Created October 12, 2012 12:43
Show Gist options
  • Save frogonwheels/3879040 to your computer and use it in GitHub Desktop.
Save frogonwheels/3879040 to your computer and use it in GitHub Desktop.
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