Last active
September 3, 2015 08:38
-
-
Save swapii/d38e4540bac4400734c7 to your computer and use it in GitHub Desktop.
Make Android screenshot with date in name
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
#!/bin/bash | |
# Make screenshot with date in name | |
screencap -p /sdcard/Pictures/Screenshots/`echo "device-\`date +%Y%m%d\`-\`date +%H%M%S\`.png"` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment