pkg(file-0.0.1): Run executable

This commit is contained in:
Brikaa 2021-10-15 14:25:33 +02:00
parent 85cba0d89d
commit 64833a0408
8 changed files with 34 additions and 11 deletions

6
packages/file/0.0.1/run vendored Normal file
View file

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