Skip to content

Instantly share code, notes, and snippets.

@ownerer
ownerer / add.sh
Last active March 4, 2025 07:13
Yeastar TG series - SMS to webhook
#!/bin/sh
# anything added here gets executed as the final step of the /etc/rc.local file
# before it gets called rc.local will make sure this script is executable, yay!
chmod +x /persistent/script/loop.sh
chmod +x /persistent/script/process_texts.sh
/persistent/script/loop.sh /persistent/script/process_texts.sh 10 &