mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/usr/local/bin/env bash
|
|
|
|
myhelperfn() {
|
|
echo "inside helper: $*"
|
|
}
|