Add some debugging functions
This commit is contained in:
parent
253a43b45b
commit
d45f674711
2 changed files with 18 additions and 0 deletions
5
functions/@
Normal file
5
functions/@
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
# for debugging: prefix any command with @ to print it before execution
|
||||
function @() {
|
||||
echo "$*"; "$@"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue