Skip to content

Instantly share code, notes, and snippets.

@LuisPalacios
Last active July 29, 2024 18:25
Show Gist options
  • Save LuisPalacios/14b0198abc35c26ab081df531a856971 to your computer and use it in GitHub Desktop.
Save LuisPalacios/14b0198abc35c26ab081df531a856971 to your computer and use it in GitHub Desktop.
Script "/usr/bin/e" que simplemente llama al editor nano escribiendo menos caracteres
#!/bin/bash
#
# Script "/usr/bin/e" que simplemente llama al editor nano
# escribiendo menos caracteres :-)
#
/usr/bin/nano "${*}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment