From a670dd91cd58a23bc20f46f24543104c83c9c3d7 Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 16:24:49 -0400 Subject: [PATCH] adding base functions --- sync.sh => laradock.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sync.sh => laradock.sh (94%) diff --git a/sync.sh b/laradock.sh similarity index 94% rename from sync.sh rename to laradock.sh index 4dec67a7..cd57a300 100755 --- a/sync.sh +++ b/laradock.sh @@ -37,12 +37,12 @@ print_style () { display_options () { printf "Available options:\n"; - print_style " install" "success"; printf "\t\t Installs docker-sync gem on the host machine.\n"; + print_style " install" "info"; printf "\t\t Installs docker-sync gem on the host machine.\n"; print_style " up [services]" "success"; printf "\t Starts docker-sync and runs docker compose.\n"; print_style " down" "success"; printf "\t\t\t Stops containers and docker-sync.\n"; - print_style " bash" "success"; printf "\t\t\t Opens bash on the workspace\n"; + print_style " bash" "success"; printf "\t\t\t Opens bash on the workspace.\n"; print_style " trigger" "success"; printf "\t\t Manually triggers the synchronization of files.\n"; - print_style " clean" "warning"; printf "\t\t Removes all files from the docker-sync container.\n"; + print_style " clean" "warning"; printf "\t\t Removes all files from docker-sync.\n"; } if [[ $# -eq 0 ]] ; then