Files
powerfulcomputermanager/loadserver.sh

5 lines
90 B
Bash

#!/bin/bash
cd "$(dirname "$(realpath "$0")")";
python3 api.py &
cd admin
python3 admin.py