diff options
Diffstat (limited to 'your_server.sh')
| -rwxr-xr-x | your_server.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/your_server.sh b/your_server.sh new file mode 100755 index 0000000..3b9893a --- /dev/null +++ b/your_server.sh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# DON'T EDIT THIS! +# +# CodeCrafters uses this file to test your code. Don't make any changes here! +# +# DON'T EDIT THIS! +exec cargo run \ + --quiet \ + --release \ + --target-dir=/tmp/codecrafters-http-server-target \ + --manifest-path $(dirname $0)/Cargo.toml -- "$@" |
