From bab5e32bd62071304ec1cd865859e685bf6d9b23 Mon Sep 17 00:00:00 2001 From: codecrafters-bot Date: Sun, 2 Jun 2024 20:04:15 +0000 Subject: init [skip ci] --- your_docker.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 your_docker.sh (limited to 'your_docker.sh') diff --git a/your_docker.sh b/your_docker.sh new file mode 100755 index 0000000..439ca82 --- /dev/null +++ b/your_docker.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# +# DON'T EDIT THIS! +# +# CodeCrafters uses this file to test your code. Don't make any changes here! +# +# DON'T EDIT THIS! +set -e +tmpFile=$(mktemp) +go build -o "$tmpFile" app/*.go +exec "$tmpFile" "$@" -- cgit v1.2.3