mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-05 16:14:16 +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
|