mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
[BOARD] Remove screenshot script
no need after moving whole shell cmd to kernel
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user