Skip to content

Instantly share code, notes, and snippets.

View bmaddy's full-sized avatar

Brian Maddy bmaddy

View GitHub Profile
@bmaddy
bmaddy / config.edn
Last active May 12, 2023 16:59 — forked from ethpran/config.edn
clj-kondo hook for mount/defstate
{:linters {:mount/defstate {:level :warning}}
:hooks {:analyze-call {mount.core/defstate hooks.defstate/defstate}}}
@bmaddy
bmaddy / reset_routing_table.sh
Last active February 11, 2018 20:57 — forked from midwire/reset_routing_table.sh
Reset routing table on OSX
#!/usr/bin/env bash
# Reset routing table on OSX
# display current routing table
echo "********** BEFORE ****************************************"
netstat -rn
echo "**********************************************************"
for i in {0..4}; do
sudo route -n flush # several times