mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-04 07:34:14 +01:00
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Trigger upgrade in 10 seconds"
|
|
sleep 10
|
|
python3 mq_pub_15.py -i $1
|