#!/bin/bash
cd /workspace
pkill -f http.server || true
python3 -m http.server 9000 --directory /workspace &
java -jar gothos.jar
