diff --git a/local/bin/push.sh b/local/bin/push.sh index 3ec02c2..554bf32 100755 --- a/local/bin/push.sh +++ b/local/bin/push.sh @@ -17,7 +17,7 @@ user=$( (grep "^$sshhost" || echo $USER) | cut -d ' ' -f 2 ) file="$(mktemp XXXXXX.png)" -scrot $* "$file" +escrotum $* "$file" chmod 755 $file scp -p $file $sshhost:~/images/ rm "$file"