Files
enit/source-files/ectl-shortcut-template.sh
2025-03-12 15:51:27 +02:00

8 lines
120 B
Bash

#!/bin/bash
# Get command to execute from filename
COMMAND=$(basename "$0")
# Send command to ectl
ectl "$COMMAND" $@