mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 12:58:32 +00:00
5 lines
No EOL
56 B
Text
5 lines
No EOL
56 B
Text
def greet [name] {
|
|
echo "hello" $name
|
|
}
|
|
|
|
greet "world" |