fyp/auto_reload.sh

8 lines
75 B
Bash
Raw Permalink Normal View History

2024-02-02 16:16:26 +00:00
#!/bin/fish
cd $(dirname "$0")
2024-02-08 18:20:58 +00:00
go run . || true
while true; true; end