diff options
author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-13 11:37:59 +0800 |
---|---|---|
committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-04-13 11:37:59 +0800 |
commit | 7fd2ed151f4bb43f3896040c96d9fc0999132c13 (patch) | |
tree | b20e53a61663a1e84bb1cafa5c0840e5a3a80819 | |
parent | 4074bf675cc4355b1907e08781bb2adfaea9bece (diff) |
Update
-rw-r--r-- | alias | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -280,6 +280,9 @@ alias drm='docker rm `docker ps -aq`' | |||
280 | alias dr='docker run --rm -it' | 280 | alias dr='docker run --rm -it' |
281 | alias drsh='docker run --rm -it --entrypoint /bin/sh $@' | 281 | alias drsh='docker run --rm -it --entrypoint /bin/sh $@' |
282 | alias drbash='docker run --rm -it --entrypoint /bin/bash $@' | 282 | alias drbash='docker run --rm -it --entrypoint /bin/bash $@' |
283 | docker.tags() { | ||
284 | curl -s -S "https://registry.hub.docker.com/v2/repositories/$@/tags/" | jq '.results[]["name"]' | sort | ||
285 | } | ||
283 | 286 | ||
284 | # Android | 287 | # Android |
285 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' | 288 | alias debug='./gradlew app:installDebug && adb shell am start -n com.geothings.geobingan/.MainActivity_' |