Skip to content

Instantly share code, notes, and snippets.

@Jikizuari
Jikizuari / lbf.sh
Created October 18, 2018 13:28 — forked from rmpel/lbf.sh
Local By Flywheel (unofficial) CLI for MacOS
#!/usr/bin/env bash
BROWSER=
CLOPS=
VERBOSE=true
SHOWHELP=false
SCHEME=http:
SQLPRO="$(mdfind -name Sequel\ Pro | grep Applications | sort | head -n 1)"
while [ "" != "$1" ]; do