Skip to content
  • nimrod's avatar
    Docker aliases! · 084d2592
    nimrod authored
    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.
    084d2592
Loading