๐Ÿ“ฆ tolik518 / http-server-rust

๐Ÿ“„ your_server.sh ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13#!/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 -- "$@"