mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
Compare commits
No commits in common. "b11be20b794ead5170dff918582dcee3048ef4d4" and "c1fd13b67245b9beefec23787ee4e8613698948f" have entirely different histories.
b11be20b79
...
c1fd13b672
1 changed files with 1 additions and 2 deletions
3
packages/go/1.16.2/run
vendored
3
packages/go/1.16.2/run
vendored
|
@ -1,7 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
mv $1 $1.go
|
mv $1 $1.go
|
||||||
#filename=$1.go
|
filename=$1.go
|
||||||
filename=*.go
|
|
||||||
shift
|
shift
|
||||||
GOCACHE=$PWD go run $filename "$@"
|
GOCACHE=$PWD go run $filename "$@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue