mirror of
https://github.com/sbrow/nu-ffmpeg.git
synced 2025-12-29 16:23:11 -05:00
refactor: Gomplate now renders all examples using the same plugin.
This commit is contained in:
6
bin/run-example
Executable file
6
bin/run-example
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env nu
|
||||
# vim: filetype=nu :
|
||||
|
||||
def main [name: string] {
|
||||
nu $'./examples/($name).nu'
|
||||
}
|
||||
Reference in New Issue
Block a user