aboutsummaryrefslogtreecommitdiff
path: root/your_server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'your_server.sh')
-rwxr-xr-xyour_server.sh12
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 -- "$@"