Compare commits

..

No commits in common. "b11be20b794ead5170dff918582dcee3048ef4d4" and "c1fd13b67245b9beefec23787ee4e8613698948f" have entirely different histories.

1 changed files with 1 additions and 2 deletions

View File

@ -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 "$@"