piston/packages/go/1.16.2/1.20.3/run
2023-04-06 19:35:28 +02:00

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