Skip to content

Instantly share code, notes, and snippets.

@flagoworld
Created April 4, 2017 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flagoworld/b013c0e487fc5003fe0794acd37f2761 to your computer and use it in GitHub Desktop.
Save flagoworld/b013c0e487fc5003fe0794acd37f2761 to your computer and use it in GitHub Desktop.
b=$(basename "$1")
echo -n "http://example.com/uploads/$b" | pbcopy
for i
do
b=$(basename "$1")
mv "$i" "/path/to/Uploads/$b"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment