9 lines
No EOL
105 B
Bash
Executable file
9 lines
No EOL
105 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
pushd $(dirname "$0")/.. # run from root dir
|
|
|
|
go run cmd/lastmudserver/main.go
|
|
|
|
popd |