mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
8725654a74
Fixes #645
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/usr/local/bin/env bash
|
|
|
|
myhelperfn() {
|
|
echo "inside helper: $*"
|
|
}
|