From a44c04461463d7c8c3798fbd29ea16a5d56d4de7 Mon Sep 17 00:00:00 2001 From: codecrafters-bot Date: Fri, 31 May 2024 23:53:46 +0000 Subject: init [skip ci] --- your_git.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 your_git.sh (limited to 'your_git.sh') diff --git a/your_git.sh b/your_git.sh new file mode 100755 index 0000000..4c2c367 --- /dev/null +++ b/your_git.sh @@ -0,0 +1,15 @@ +#!/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) + +( cd $(dirname "$0") && + go build -buildvcs="false" -o "$tmpFile" ./cmd/mygit ) + +exec "$tmpFile" "$@" -- cgit v1.2.3