rwx/sh/tui/nano.sh
2025-07-27 20:26:17 +02:00

7 lines
46 B
Bash

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