This commit is contained in:
Yann Autissier
2022-11-27 02:33:21 +00:00
committed by Boris
parent c6a5e9cb00
commit 2b20a33133
40 changed files with 564 additions and 88 deletions
+3
View File
@@ -0,0 +1,3 @@
alias ctop='docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock:ro quay.io/vektorlab/ctop:latest'
alias shellcheck='docker run --rm -v "$PWD/mnt" koalaman/shellcheck:stable'
alias trans='docker run -it soimort/translate-shell'