Skip to content

Instantly share code, notes, and snippets.

@purarue
Last active October 29, 2024 22:10
Show Gist options
  • Save purarue/e6edaf597ff11f49225881a0db8709c9 to your computer and use it in GitHub Desktop.
Save purarue/e6edaf597ff11f49225881a0db8709c9 to your computer and use it in GitHub Desktop.
helper script to run all my servers for glue for development
#!/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