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