This commit is contained in:
David 2020-12-12 12:23:14 -05:00
parent f5ec48772e
commit 1124022f4f
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

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