diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-10 11:08:23 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-10 11:08:23 +0800 |
commit | 1700a479ceca36119da1aeed66c51cc381155214 (patch) | |
tree | ac4ef770c22e86e03a6afc50cdab30417368ebf8 | |
parent | 48a006085b6015fc8bd108551f7b8409d30e5ffe (diff) |
Update
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ ssh.up.today() { | |||
43 | ssh.up $1 $DATE | 43 | ssh.up $1 $DATE |
44 | } | 44 | } |
45 | ssh.down() { | 45 | ssh.down() { |
46 | ssh topo rm ~/public/"$1" | 46 | ssh -t topo rm -rf -i ~/public/"$1" |
47 | } | 47 | } |
48 | 48 | ||
49 | # for custom scripts | 49 | # for custom scripts |