mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-08 11:16:27 +02:00
pkg(file-0.0.1): Run executable
This commit is contained in:
parent
85cba0d89d
commit
64833a0408
8 changed files with 34 additions and 11 deletions
6
packages/file/0.0.1/run
vendored
Normal file
6
packages/file/0.0.1/run
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
filename="$1"
|
||||
chmod +x "$filename"
|
||||
shift
|
||||
./"$filename" "$@"
|
Loading…
Add table
Add a link
Reference in a new issue