mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-18 18:00:04 +02:00
6 lines
73 B
Bash
6 lines
73 B
Bash
#!/bin/bash
|
|
|
|
filename="$1"
|
|
chmod +x "$filename"
|
|
shift
|
|
./"$filename" "$@"
|