Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
[add] Maestro-NG alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaodubas committed Apr 11, 2014
1 parent feddb8d commit dcf7939
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ function csslint() {
linters 'csslint' $1
}

# maestro orchestration
function maestro-ng() {
local image="joaodubas/maestro:latest"
local cmd="docker run -i -t -v $(pwd):/opt/host --rm"
$cmd $image $1
}

# Load .bash_personal
if [ -f .bash_personal ]; then
source .bash_personal
Expand Down

0 comments on commit dcf7939

Please sign in to comment.