#/bin/bash (cd dotsandboxes; python3 dotsandboxesserver.py 8080) & python3 agent.py 10001 & python3 agent.py 10002 & echo "Press enter to close all programs" read TRASH; trap "exit" INT TERM trap "kill 0" EXIT