From da0807d8f86306f0d3e68b483db9402bd547dcda Mon Sep 17 00:00:00 2001 From: Mike Powell Date: Sat, 11 Aug 2018 20:45:39 +0200 Subject: [PATCH] =?UTF-8?q?'effects/Gotham.sh'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- effects/Gotham.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/effects/Gotham.sh b/effects/Gotham.sh index 92cb731..5aa153f 100755 --- a/effects/Gotham.sh +++ b/effects/Gotham.sh @@ -1,3 +1,2 @@ #!/bin/bash -convert /home/pi/cam.jpg -modulate 120,10,100 -fill '#222b6d' -colorize 20 -gamma 0.5 /home/pi/DCIM/$(x="$(ls -v /home/pi/DCIM/| tail -n 1 | sed 's/.jpg//g')"; echo $x | awk '{printf $1 + 1}').jpg - +convert /home/elektroll/git/PiMo/cam.jpg -modulate 120,10,100 -fill '#222b6d' -colorize 20 -gamma 0.5 /home/elektroll/git/PiMo/DCIM/$(x="$(ls -v /home/elektroll/git/PiMo/DCIM/| tail -n 1 | sed 's/.jpg//g')"; echo $x+1 | bc).jpg