mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-12-14 19:03:32 +08:00
34 lines
688 B
Bash
34 lines
688 B
Bash
/sbin/hwclock -s -f /dev/rtc1
|
|
chmod +x /root/filebrew/filebrowser
|
|
/root/filebrew/filebrowser -d /root/filebrew/filebrowser.db &
|
|
chmod +x /root/frp_0.34.3_linux_arm/frpc
|
|
chmod +x /root/ffwatch.sh
|
|
/root/ffwatch.sh &
|
|
mount /dev/mmcblk1p1 /home/data/ -o nonempty
|
|
chmod +x /root/Mywathdog.sh
|
|
chmod +x /root/Mywathdogtemp.sh
|
|
bash /root/Mywathdog.sh &
|
|
bash /root/Mywathdogtemp.sh &
|
|
/home/pi/bin/TemperatureControler > /root/templog.log &
|
|
|
|
gpio mode 13 out
|
|
gpio write 13 1
|
|
sleep 1
|
|
gpio write 13 0
|
|
sleep 1
|
|
gpio write 13 1
|
|
sleep 1
|
|
gpio write 13 0
|
|
sleep 1
|
|
gpio write 13 1
|
|
sleep 1
|
|
gpio write 13 0
|
|
sleep 1
|
|
gpio write 13 1
|
|
sleep 1
|
|
gpio write 13 0
|
|
sleep 1
|
|
gpio write 13 1
|
|
sleep 1
|
|
gpio write 13 0
|
|
sleep 1 |