I used Automator to create a shell script that executes a terminal command to bundle a .war file.
I have it saved as a file called: make_war_file
Is there an easy way i can create a script that does this:
Wait until this folder appears: /output/folder_name
When it does, run the shell script called: make_war_file
?
If waiting for a folder is problematic for some reason, i can tell it the name of a file inside of it instead.
Thanks
I have it saved as a file called: make_war_file
Is there an easy way i can create a script that does this:
Wait until this folder appears: /output/folder_name
When it does, run the shell script called: make_war_file
?
If waiting for a folder is problematic for some reason, i can tell it the name of a file inside of it instead.
Thanks