rwx/sh/alias/nano.sh
2025-07-06 19:10:05 +02:00

5 lines
38 B
Bash

#= nn
a__na_no() {
nano \
"${@}"
}