initial commit

This commit is contained in:
Timur Gordon
2025-08-26 14:47:52 +02:00
commit 010ecc7c71
18 changed files with 1543 additions and 0 deletions

6
scripts/run.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
MODULE_DIR="${SCRIPT_DIR}/../"
${MODULE_DIR}/cmd/runner.vsh