migrate from hg
This commit is contained in:
7
serveArchPacs.sh
Executable file
7
serveArchPacs.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
trap 'echo "Exiting..."; exit 0' INT
|
||||
|
||||
python3 server.py
|
||||
Reference in New Issue
Block a user