Skip to content

Instantly share code, notes, and snippets.

@kirrie
Created May 2, 2019 05: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 kirrie/51c7f2870b6b959a7d23232f3428c527 to your computer and use it in GitHub Desktop.
Save kirrie/51c7f2870b6b959a7d23232f3428c527 to your computer and use it in GitHub Desktop.
#!/bin/sh
mv $1 $2
tar czvf $2.tar.gz $2
curl --upload-file ./$2.tar.gz https://transfer.sh/$2.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment