Skip to content

Instantly share code, notes, and snippets.

View vc-ausnet's full-sized avatar

Vaughan Crole vc-ausnet

View GitHub Profile
@vc-ausnet
vc-ausnet / dx.sh
Created February 2, 2026 23:49
SF CLI helper script to get things done quicker
#!/usr/bin/env bash
# setup
GRN="\033[32;1m"
WHT="\033[97;1m"
BLU="\033[94;1m"
RED="\033[91;1m"
RES="\033[0m"
if [[ $SHOW_CMDS == "" ]]; then