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