From 199b2320dd5cab31fa55a9764644ee4f0fef4210 Mon Sep 17 00:00:00 2001 From: William Bell Date: Sat, 8 Apr 2023 15:34:15 +0200 Subject: [PATCH] make maps oop --- run | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 run diff --git a/run b/run new file mode 100755 index 0000000..496b1a7 --- /dev/null +++ b/run @@ -0,0 +1,2 @@ +# run the go run command passing the path to the main.go file, with the working directory set to the bin folder. pass in the arguments +go run ./src "$@" \ No newline at end of file