Skip to content

Instantly share code, notes, and snippets.

@harrylincoln
Created June 3, 2022 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrylincoln/532c368ceca32f0d397888282c427ce6 to your computer and use it in GitHub Desktop.
Save harrylincoln/532c368ceca32f0d397888282c427ce6 to your computer and use it in GitHub Desktop.
Bash concurrent script
#!/bin/bash
python camera.py &
python prediction.py &
wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment