added editorconfig
This commit is contained in:
+1
-1
@@ -49,4 +49,4 @@ echo -e "${GRAY}----------------------------------------------------------------
|
||||
echo "Every line will be prefixed with hostname and script name"
|
||||
printf "${GREEN}%s${NC}\n" "This is green text"
|
||||
printf "${RED}%s${NC}\n" "This is red text"
|
||||
} | awk '{printf "'${GRAY}[${HOSTNAME}'] ['$(basename "$0")']'${NC}' %s\n", $0; fflush(stdout)}'
|
||||
} | awk '{printf "'${GRAY}[${HOSTNAME}'] ['$(basename "$0")']'${NC}' %s\n", $0; fflush(stdout)}'
|
||||
|
||||
Reference in New Issue
Block a user