-
- Downloads
Docker aliases!
A new shell script, `wrapper`, that (similar to what git does) in case an excutable of the format `command-subcommand` is available (command being the name called, $0), calling `command subcommand` will be call `command-subcommand`. For example: calling `docker dev` will call `docker-dev` if such an executable exists. So now `docker` (in `~/Documents/bin/` is a symlink to `wrapper`. Changed my docker shell aliases to scripts.
Showing
- .bashrc 1 addition, 19 deletions.bashrc
- Documents/bin/docker 1 addition, 0 deletionsDocuments/bin/docker
- Documents/bin/docker-Build 3 additions, 0 deletionsDocuments/bin/docker-Build
- Documents/bin/docker-dev 3 additions, 0 deletionsDocuments/bin/docker-dev
- Documents/bin/wrapper 12 additions, 0 deletionsDocuments/bin/wrapper
Documents/bin/docker
0 → 120000
Documents/bin/docker-Build
0 → 100755
Documents/bin/docker-dev
0 → 100755
Documents/bin/wrapper
0 → 100755
Please register or sign in to comment