8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/bin/fish
|
|
|
|
cd $(dirname "$0")
|
|
|
|
go run . || true
|
|
|
|
while true; true; end
|