mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-02-17 10:41:31 +01:00
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(realpath "$0")")";
|
|
python3 api.py &
|
|
cd admin
|
|
python3 admin.py |