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"` |
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 | |
# | |
# tomcat Startup script for tomcat | |
# | |
# chkconfig: - 86 16 |