Skip to content

Instantly share code, notes, and snippets.

@vasanth-egov
vasanth-egov / install.sh
Created April 2, 2018 17:50
Temp fix for CentOS
#!/bin/bash
#WORKING_DIR="${HOME}/PHOENIX"
WORK_DIR=$1
CURDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
txtrst=$(tput sgr0) # Text reset
txtred=$(tput setaf 1) # Red
txtgrn=$(tput setaf 2) # Green
txtylw=$(tput setaf 3) # Yellow