buildroot/support/testing/tests/package/sample_nu.nu

7 lines
69 B
Plaintext
Raw Permalink Normal View History

2024-02-18 09:22:07 +08:00
#! /usr/bin/nu
def greet [name] {
["hello" $name]
}
greet "world"