Created
June 18, 2017 00:22
-
-
Save jrh-spg/9180904b76c231261bf9a9ce3d362666 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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