2025-06-27 02:33:44 +01:00

6 lines
55 B
Plaintext

def greet [name] {
$"hello ($name)"
}
greet nushell