mirror of
https://gitlab.com/JKANetwork/powerfulcomputermanager.git
synced 2026-03-14 06:12:02 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
#!/bin/bash
|
|
cd "$(dirname "$(realpath "$0")")";
|
|
python3 api.py &
|