mirror of
https://github.com/denisidoro/navi
synced 2025-02-16 12:38:28 +00:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/usr/local/bin/env bash
|
|
|
|
myhelperfn() {
|
|
echo "inside helper: $*"
|
|
}
|