fyp/auto_reload.sh

8 lines
75 B
Bash
Executable File

#!/bin/fish
cd $(dirname "$0")
go run . || true
while true; true; end