5 lines
108 B
Bash
Executable file
5 lines
108 B
Bash
Executable file
#!/usr/bin/bash
|
|
set -e
|
|
cd "$(dirname "$(realpath "$0")")"
|
|
|
|
regar -sc 'cargo run --release --bin=server' src
|