[BOARD] Remove screenshot script

no need after moving whole shell cmd to kernel
This commit is contained in:
Apaczer
2023-05-11 11:22:37 +02:00
committed by GitHub
parent 66ff4de1ea
commit 35c6f8e7d1

View File

@@ -1,11 +0,0 @@
#!/bin/sh
name=/mnt/screenshots/system
mkdir -p /mnt/screenshots
if [[ -e $name.png ]] ; then
i=1
while [[ -e $name-$i.png ]] ; do
let i++
done
name=$name-$i
fi
fbgrab "$name".png