Add wrapper script for master program
This commit is contained in:
8
master/master
Executable file
8
master/master
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "$DIR"
|
||||
|
||||
./master-bin "$@"
|
||||
|
||||
Reference in New Issue
Block a user