Created
April 10, 2020 15:05
-
-
Save ivbor7/6c37fa3ce51a9989c9776761dfd6d62a to your computer and use it in GitHub Desktop.
Check if the script exists and run it
This file contains 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
while [ ! -f /tmp/wait-script.sh ] | |
do | |
sleep .2 | |
done | |
chmod 755 /tmp/wait-script.sh; /tmp/wait-script.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment