2 lines
56 B
Text
2 lines
56 B
Text
|
#!/usr/bin/env bash
|
||
|
fn="${1}"; shift; nf "${fn}.md" "$@"
|