http-server-cc/your_server.sh

13 lines
304 B
Bash
Raw Normal View History

2024-05-10 17:06:42 +00:00
#!/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 -- "$@"