Add dokku command

This commit is contained in:
2015-08-06 12:55:50 +01:00
parent ba0984dfc4
commit 1ab068d44d
2 changed files with 9 additions and 0 deletions

8
shell/dokku.sh Normal file
View File

@@ -0,0 +1,8 @@
#
# dokku
#
if [ -e "$HOME/.dokku/contrib/dokku_client.sh" ]; then
alias dokku="$HOME/.dokku/contrib/dokku_client.sh"
alias do="dokku"
fi