8 lines
92 B
Bash
8 lines
92 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ "${1}" != "" ]; then
|
||
|
cd ${01}
|
||
|
go run *.go
|
||
|
cd - > /dev/null
|
||
|
fi
|