bittorrent/your_bittorrent.sh
codecrafters-bot fdf26f9688 init [skip ci]
2024-10-02 20:57:20 +00:00

13 lines
289 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-bittorrent-target \
--manifest-path $(dirname "$0")/Cargo.toml -- "$@"