引用
https://wiki.luckfox.com/zh/Luckfox-Pico/Luckfox-Pico-Autostart
脚本源码:
#!/bin/sh
case $1 in
start)
echo "start"
/usr/bin/python /root/uarttest/uart.py
;;
stop)
echo "stop"
;;
*)