Compare commits
No commits in common. "b11be20b794ead5170dff918582dcee3048ef4d4" and "c1fd13b67245b9beefec23787ee4e8613698948f" have entirely different histories.
b11be20b79
...
c1fd13b672
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
mv $1 $1.go
|
||||
#filename=$1.go
|
||||
filename=*.go
|
||||
filename=$1.go
|
||||
shift
|
||||
GOCACHE=$PWD go run $filename "$@"
|
||||
|
|
Loading…
Reference in New Issue