Use makeWrapper

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-29 10:45:08 +01:00
parent 7f9a1dcb66
commit bff2fca2eb
7 changed files with 41 additions and 64 deletions

View File

@@ -1,3 +1,5 @@
# shellcheck shell=bash
if [ "$#" -lt 1 ]; then
echo "Usage: $0 <executable-path> [args...]"
exit 1