Skip to content

Instantly share code, notes, and snippets.

View KaairaGupta's full-sized avatar
🎯
Focusing

Kaaira Gupta KaairaGupta

🎯
Focusing
View GitHub Profile
@KaairaGupta
KaairaGupta / lcdebug
Created April 22, 2020 16:34 — forked from kbingham/lcdebug
lcdebug wrapper helper
#!/bin/bash
# We default to enabling the most debug
# (that's why we're being used right)
FILTER="*"
LEVEL="0"
while [[ $# -gt 0 ]]
do