Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Get command to execute from filename
|
||||
COMMAND=$(basename "$0")
|
||||
|
||||
# Send command to ectl
|
||||
ectl "$COMMAND" $@
|
||||
Reference in New Issue
Block a user