style(deploy): colors!
Anirudh icyph0x@pm.me
Thu, 21 Jun 2018 13:56:00 +0530
1 files changed,
7 insertions(+),
2 deletions(-)
jump to
M
deploy.sh
→
deploy.sh
@@ -1,5 +1,10 @@
#!/usr/bin/env bash -echo "[*] Deploying to gh-pages..." +# colors +ylw='\033[0;33m' +grn='\033[0;32m' +rst='\033[0m' + +echo -e "$ylw[~]$rst Deploying to gh-pages..." git subtree push --prefix build origin gh-pages -echo "[*] Done! Check it out at: https://icy.ph0x.me" +echo -e "$grn[+]$rst Done! Check it out at: https://icy.ph0x.me"