git-branchd 67 B

123456
  1. #!/usr/bin/env bash
  2. set -eu
  3. git branch -d $1
  4. git push origin :$1