-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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