www_projectmycelium_io/start.sh
2024-11-15 10:49:55 +03:00

12 lines
161 B
Bash
Executable File

#!/bin/bash
set -e
BASE_DIR="$(cd "$(dirname "$0")" && pwd)"
cd $BASE_DIR
source myenv.sh
cd poc_threefold
set +ex
open http://127.0.0.1:8001
python server.py