6 lines
55 B
Plaintext
Raw Permalink Normal View History

2025-06-27 02:33:44 +01:00
def greet [name] {
$"hello ($name)"
}
greet nushell