mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
7 lines
98 B
Nu
Executable File
7 lines
98 B
Nu
Executable File
#!/usr/bin/env nu
|
|
# vim: filetype=nu :
|
|
|
|
def main [name: string] {
|
|
nu $'./examples/($name).nu'
|
|
}
|