diff options
Diffstat (limited to 'your_server.sh')
| -rwxr-xr-x | your_server.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/your_server.sh b/your_server.sh deleted file mode 100755 index 3b9893a..0000000 --- a/your_server.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 -- "$@" |
