blob: 3b9893a11b9aaa777019d4b47438bad4d4595bdc [file] [log] [blame]
codecrafters-bot67061582024-01-10 17:35:39 +00001#!/bin/sh
2#
3# DON'T EDIT THIS!
4#
5# CodeCrafters uses this file to test your code. Don't make any changes here!
6#
7# DON'T EDIT THIS!
8exec cargo run \
9 --quiet \
10 --release \
11 --target-dir=/tmp/codecrafters-http-server-target \
12 --manifest-path $(dirname $0)/Cargo.toml -- "$@"