sh/shell/alias/nano.sh

5 lines
26 B
Bash
Raw Normal View History

2024-11-16 14:18:41 +00:00
nn() {
nano \
"${@}"
}