harsh/start-server.sh
2022-08-22 01:59:56 +02:00

4 lines
39 B
Bash
Executable file

#!/bin/sh
cd harsh-server;
cargo run;