Advertisement
here2share

# exec_bash2parallel.py -- ZZZ

Aug 8th, 2015
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.21 KB | None | 0 0
  1. # exec_bash2parallel.py -- ZZZ
  2.  
  3. bashcmd='''( python path/to/first/worker/FirstWorker.py ) &
  4. ( python path/to/second/worker/SecondWorker.py ) &
  5. ( python path/to/second/worker/ThirdWorker.py ) &'''
  6. exec(bashcmd)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement