1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-04 10:56:26 +02:00

pkg(go-1.16.2): use $@

This commit is contained in:
Thomas 2021-03-14 17:48:05 +13:00
parent 2259606409
commit eac95d8c6b

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
GOCACHE=$PWD go run $*
GOCACHE=$PWD go run "$@"