1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-03 10:26:26 +02:00
piston/packages/file/0.0.1/run
2021-10-16 11:49:59 +02:00

6 lines
73 B
Bash

#!/bin/bash
filename="$1"
chmod +x "$filename"
shift
./"$filename" "$@"