This commit is contained in:
Marc Beninca 2025-07-27 19:29:15 +02:00
parent 7a650aea26
commit 2278c53fe1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

7
sh/tty/nano.sh Normal file
View file

@ -0,0 +1,7 @@
# nano
#= nn
rwx_nano() {
nano \
"${@}"
}