dots2/.antidote/tests/tmp_home/.zsh/functions/myfunc

5 lines
62 B
Bash

#!/bin/zsh
function myfunc {
echo myfunc "$@"
}
myfunc "$@"