rwx/sh/tty/nano.sh
2025-07-27 19:29:15 +02:00

7 lines
46 B
Bash

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