I'm trying to write a script where you enter in a reminder, its priority, and once you run it, the reminder will print " "; according to the priority (6 times a day to twice a month).
What I want to do in kicking off the program is execute 4 separate scripts all at once, within the main script, that all print the reminders listed for each priority, and sleep (# of seconds) according to the priority. Well this seems to be not possible, it will just hang on the first script executed until a ctrl C is applied, and so on for each of the four script.
1) besides running cron jobs for each script, is there any way to simulateously execute 4 scripts at once?
2) : D Has anyone wrote a similar program like this before and open sourced it?
Please don't flame me too hard, my first posting. ; ]