init
This commit is contained in:
commit
f978b8af17
21 changed files with 4015 additions and 0 deletions
5
watch_server
Executable file
5
watch_server
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
regar -sc 'cargo run --release --bin=server' src
|
Loading…
Add table
Add a link
Reference in a new issue