mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
6 lines
72 B
Bash
6 lines
72 B
Bash
|
#!/usr/local/bin/env bash
|
||
|
|
||
|
myhelperfn() {
|
||
|
echo "inside helper: $*"
|
||
|
}
|