add build image

This commit is contained in:
tiopex
2023-03-13 13:28:06 +01:00
parent f6dbd54c41
commit fa8b4b1683
3784 changed files with 6309 additions and 122 deletions

Binary file not shown.

View File

@@ -0,0 +1,11 @@
#!/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
/mnt/apps/fbgrab/fbgrab "$name".png