Initial Commit

This commit is contained in:
2025-03-12 15:51:27 +02:00
commit 9dec6fccdd
3 changed files with 51 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
# Get command to execute from filename
COMMAND=$(basename "$0")
# Send command to ectl
ectl "$COMMAND" $@