This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 & |