Created
June 3, 2022 16:36
-
-
Save harrylincoln/532c368ceca32f0d397888282c427ce6 to your computer and use it in GitHub Desktop.
Bash concurrent script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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