Last active
August 22, 2018 16:36
-
-
Save spacemeowx2/c2d138b730e2d2b0b24ac7c5b8518ca3 to your computer and use it in GitHub Desktop.
my_alias.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias mcpeserver=docker run -p 19132:19132/udp -d mcpeserver | |
alias project=cd /d D:\project\ | |
alias run-daemon=docker run -p 127.0.0.1:5666:5666 -p 6881:6881 -p 6882:6882/udp -v E:\downloads:/downloads -d space-daemon | |
set TERM=xterm-256color |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias drmid='docker rmi $(docker images -f "dangling=true" -q)' | |
alias build-here='docker run -it -v $(pwd):/data space-build' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment