Created
July 11, 2016 17:39
-
-
Save vadixidav/f87fe8e1f8519fbfb0c4034e5cc5741d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/bin/bash | |
| filename=$(date +%s).png | |
| import "${filename}" | |
| echo "${filename}" | |
| imgur dTKCq "${filename}" | |
| rm "${filename}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment