Thread
:
post your script fu here...
View Single Post
brendan
2008-01-26 , 19:17
Posts: 531 | Thanked: 79 times | Joined on Oct 2006 @ This side of insane, that side of genius
#
2
Screenshot script. works from osso-statusbar-cpu. requires osso-screenshot-tool be installed and one parameter. parameter indicates time to delay before taking screenshot. can be 0 (zero, but not less).
#!/bin/bash
sleep $1
stamp=`date +%Y%m%d-%H%M`
i=1
path=/home/user/MyDocs/.images
if mount | grep -q mmc
then
path=/media/mmc1
fi
while [ -f $path/shot-$stamp-`printf %02d $i`.png ]
do
i=$((i+1))
done
osso-screenshot-tool $path/shot-$stamp-`printf %02d $i`.png
flite "Screenshot complete"
__________________
Nokia n800
OS 2008
Pharos iGPS 360-BT
ElmScan 5 BlueTooth
BlackBerry Bold (9000)
AT&T Wireless
Quote & Reply
|
brendan
View Public Profile
Send a private message to brendan
Find all posts by brendan