dns-server-rust/your_server.sh
codecrafters-bot c2ff887cd1 init [skip ci]
2023-12-09 17:38:38 +00:00

13 lines
280 B
Bash
Executable File

#!/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-dns-target \
--manifest-path $(dirname $0)/Cargo.toml -- "$@"