Files
powerfulcomputermanager/loadserver.sh

3 lines
82 B
Bash

#!/bin/bash
cd "$(dirname "$(realpath "$0")")";
waitress-serve --port=3333 api:api