initial commit
This commit is contained in:
6
scripts/run.sh
Executable file
6
scripts/run.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
MODULE_DIR="${SCRIPT_DIR}/../"
|
||||
|
||||
${MODULE_DIR}/cmd/runner.vsh
|
Reference in New Issue
Block a user