Skip to content

Instantly share code, notes, and snippets.

@jrh-spg
Created June 18, 2017 00:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jrh-spg/9180904b76c231261bf9a9ce3d362666 to your computer and use it in GitHub Desktop.
Save jrh-spg/9180904b76c231261bf9a9ce3d362666 to your computer and use it in GitHub Desktop.
function imgup
chmod 644 $argv
rsync -paqe ssh $argv mountain:~/images
for i in $argv
echo "http://images.cookietronics.net/$i"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment