6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
![]() |
#!/bin/zsh
|
||
|
# for debugging: prefix any command with @ to print it before execution
|
||
|
function @() {
|
||
|
echo "$*"; "$@"
|
||
|
}
|