Add wrapper script for master program

This commit is contained in:
2026-01-01 17:35:56 -06:00
parent 30463b60a5
commit 22dde8c213
4 changed files with 15 additions and 3 deletions

8
master/master Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "$DIR"
./master-bin "$@"