Files
buildroot/board/miyoo/main/apps/tvout/tvout.sh
tiopex 130d2be1f3 BTRFS file system for MAIN and rootfs partition (#65)
* BTRFS file system for MAIN and rootfs partition
2023-12-13 07:14:00 +01:00

10 lines
111 B
Bash
Executable File

#!/bin/busybox sh
FILE=/mnt/tvout
if [ -f "$FILE" ]; then
rm "$FILE"
else
touch "$FILE"
fi
sync
reboot