www_projectmycelium_io/start.sh

12 lines
161 B
Bash
Raw Permalink Normal View History

2024-11-08 16:45:52 +00:00
#!/bin/bash
2024-11-08 16:49:56 +00:00
set -e
2024-11-08 16:45:52 +00:00
BASE_DIR="$(cd "$(dirname "$0")" && pwd)"
cd $BASE_DIR
source myenv.sh
2024-11-15 07:49:55 +00:00
cd poc_threefold
2024-11-08 16:49:56 +00:00
set +ex
open http://127.0.0.1:8001
2024-11-08 16:45:52 +00:00
python server.py