Last active
October 29, 2024 22:10
-
-
Save purarue/e6edaf597ff11f49225881a0db8709c9 to your computer and use it in GitHub Desktop.
helper script to run all my servers for glue for development
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 | |
# https://github.com/purarue/glue/ | |
python3 "$REPOS/albums/server/app.py" & | |
"$REPOS/wca_userinfo/run_server" & | |
cd "$REPOS/docker-jikan" && ./run | |
kill $(jobs -p) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment