bin/cmrm @ 411d31e2360b

Make the computer do the busywork
author Steve Losh <steve@stevelosh.com>
date Wed, 02 Sep 2020 11:45:44 -0400
parents 05244afc5b3f
children 72b5c315bd1d
#!/usr/bin/env bash

set -euo pipefail
set -x

rm ~/.ssh/controlmaster/*
ps auxww | grep 'ssh.*[.]sock.*mux' | f 2 | xargs kill