This commit is contained in:
David 2020-12-01 19:46:14 -05:00
parent 0bb7cd7007
commit 1d3e59db86
1 changed files with 7 additions and 0 deletions

7
run.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
if [ "${1}" != "" ]; then
cd ${01}
go run *.go
cd - > /dev/null
fi