1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-06 03:46:27 +02:00
piston/packages/go/1.16.2/run
2021-07-08 21:15:37 +03:00

7 lines
104 B
Bash

#!/usr/bin/env bash
mv $1 $1.go
#filename=$1.go
filename=*.go
shift
GOCACHE=$PWD go run $filename "$@"