6 lines
41 B
Bash
Executable file
6 lines
41 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd server
|
|
cargo run
|