bin/eq-dotcount @ de3fbded24a1

More
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2022 14:20:19 -0400
parents 4437ec2d751b
children (none)
#!/usr/bin/env bash

grep -Eo 'has taken \d+ damage from your' | awk '{s+=$3} END {print s}' -