diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 12:39:26 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-25 12:39:26 -0300 |
| commit | c24b3de5600fcae43869a6f31445c101f10f5870 (patch) | |
| tree | 148bb0b4e0e35f1b633ada8fdfcd50416924246f | |
| parent | 843956d4672e6589409a17ced2f355b448d8f4ff (diff) | |
| download | scripts-c24b3de5600fcae43869a6f31445c101f10f5870.tar.gz scripts-c24b3de5600fcae43869a6f31445c101f10f5870.tar.bz2 | |
Removing old shell aliases
| l--------- | assh | 1 | ||||
| l--------- | asshs | 1 | ||||
| -rwxr-xr-x | shell | 2 |
3 files changed, 1 insertions, 3 deletions
@@ -1 +0,0 @@ -shell
\ No newline at end of file @@ -1 +0,0 @@ -assh
\ No newline at end of file @@ -11,7 +11,7 @@ if [ -z "$DEST" ]; then exit 1 fi -if [ "$BASENAME" == "asshs" ] || [ "$BASENAME" == "shells" ]; then +if [ "$BASENAME" == "shells" ]; then # Remote screen shell using autossh if [ "$COMMAND" == "root" ]; then autossh $DEST -t -- sudo screen -x |
