Skip to content

Instantly share code, notes, and snippets.

@vadixidav
Created July 11, 2016 17:39
Show Gist options
  • Save vadixidav/f87fe8e1f8519fbfb0c4034e5cc5741d to your computer and use it in GitHub Desktop.
Save vadixidav/f87fe8e1f8519fbfb0c4034e5cc5741d to your computer and use it in GitHub Desktop.
#!/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