> > Correction: >> Jobs, fg and bg work on Angstrom. >> > But when you start the 2 scripts in a bash command:
#!/bin/bash python grafcet.py & python running_green.py & Jobs cannot catch them. You can only catch them with jobs, if you start each python script seperately and then use crtl-Z and bg to put the task in the background. When you do it like so, jobs can see these scripts. I guess I will have to use threads to start the 2 scripts at the same time and still have control over them. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
