Add wrapper script for master program
This commit is contained in:
2
master/.gitignore
vendored
2
master/.gitignore
vendored
@@ -1 +1 @@
|
||||
master
|
||||
master-bin
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module philologue.net/diachron/master
|
||||
module philologue.net/diachron/master-bin
|
||||
|
||||
go 1.23.3
|
||||
|
||||
|
||||
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