From e8c4c3dde53d03d125786286c136bca37ac7523a Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Tue, 14 Apr 2015 17:11:28 +0200 Subject: [PATCH] bins - replace scrot with escrotum --- local/bin/push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"