rwxrob-dot/scripts/goi

9 lines
119 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
file="$1"
if [ -n "${file}" ]; then
file="./${file}"
else
file="."
fi
exec go install "${file}" "$@"