diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-07 21:28:33 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-08-07 21:28:55 +0800 |
commit | 50447bdf4d3dba214f29899bd00a0a52ec859a13 (patch) | |
tree | be98c739e78a08729a8a55c5f1e602ab6a1a7794 | |
parent | b25fdf59a3fc36788f0ef4b2c3414cbc9f5ca65a (diff) |
index on dev: ad78fb0 Merge remote-tracking branch 'origin/dev' into dev
-rw-r--r-- | alias | 4 | ||||
-rwxr-xr-x | tools/misc/transfer (renamed from tools/misc/transfer.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -218,8 +218,8 @@ alias cdssh='cd ~/.ssh' | |||
218 | alias ptt='ssh bbsu@ptt.cc' | 218 | alias ptt='ssh bbsu@ptt.cc' |
219 | alias topo='ssh topo.tw' | 219 | alias topo='ssh topo.tw' |
220 | alias geothings-test='ssh geothings@test.geothings.tw' | 220 | alias geothings-test='ssh geothings@test.geothings.tw' |
221 | alias demo='ssh -i ~/.ssh/ec2-nlsc-tileservice.pem ubuntu@demo.geosurvey.io' | 221 | alias demo='ssh demo.geosurvey.io' |
222 | alias demo2='ssh -i ~/.ssh/ec2-nlsc-tileservice.pem ubuntu@dev.geosurvey.io' | 222 | alias demo2='ssh dev.geosurvey.io' |
223 | alias cool='ssh pham@10.0.0.2' | 223 | alias cool='ssh pham@10.0.0.2' |
224 | 224 | ||
225 | # Android | 225 | # Android |
diff --git a/tools/misc/transfer.sh b/tools/misc/transfer index 41fa6c9..41fa6c9 100755 --- a/tools/misc/transfer.sh +++ b/tools/misc/transfer | |||