Skip to content

Instantly share code, notes, and snippets.

@heyseus1
heyseus1 / mulesoftlogger.sh
Created September 26, 2016 19:34
hacky way to gather logs for mulesoft
~#!/bin/bash
# API log call
##### SUBJECT TO CHANGE!!!!!!#######
# Matthew Morcaldi 2016
show_menu(){
NORMAL=`echo "\033[m"`
MENU=`echo "\033[36m"` #Blue
NUMBER=`echo "\033[33m"` #yellow
FGRED=`echo "\033[41m"`