mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
7 lines
No EOL
103 B
Bash
7 lines
No EOL
103 B
Bash
#!/usr/bin/env bash
|
|
|
|
mv $1 $1.go
|
|
#filename=$1.go
|
|
filename=*.go
|
|
shift
|
|
GOCACHE=$PWD go run $filename "$@" |