How to run bash script as longs as video length?
I will set up a cron to start bash script at 7PM, and I want to keep it running for as long as video length. How to do It?
Example: 7PM bash scripts starts movie.avi, that Is 3minutes length. Bash script keeps running for 3minutes then shuts down.