6 lines
51 B
Bash
Executable file
6 lines
51 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd crates/server
|
|
cargo run $@
|