Gimp: warn user about deleting files during upgrade, removed old cruft
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
#if [ -z "$1" ]; then echo "Record user touch/key input, and replay it back via script" ; echo "Usage: $0 ScriptName.sh" ; exit ; fi
|
||||
|
||||
echo "#!/bin/sh"
|
||||
echo "# Record user touch/key input, and replay it back via script"
|
||||
echo "# Usage: $0 | tee ScriptName.sh ; chmod a+x ScriptName.sh ; ./ScriptName.sh"
|
||||
echo "# Press Ctrl-C when done"
|
||||
|
||||
#convert_input() {
|
||||
#awk '{ if (($1 != "") && (substr($0,1,1)=="/")){ sub(":","",$1); printf("adb shell sendevent %s %d %d %d\n",$1,strtonum("0x"$2),strtonum("0x"$3),strtonum("0x"$4)); } }'
|
||||
#}
|
||||
|
||||
CURTIME=0
|
||||
export CURTIME
|
||||
|
||||
|
||||
Reference in New Issue
Block a user