I guess 'dc' is in /bin

moveTools
Adam Veldhousen 2015-11-02 09:30:28 -06:00
parent 138f3d3479
commit 6841979b59
Signed by: adam
GPG Key ID: 6DB29003C6DD1E4B
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function clone() {
} }
# simplifies using docker-compose # simplifies using docker-compose
function dc(){ function docom(){
docker-compose $@ docker-compose $@
} }