bin/eq-dotcount @ c1a1eef2ea4e

Switch to redact-pass
author Steve Losh <steve@stevelosh.com>
date Wed, 01 Aug 2018 11:40:44 +0000
parents 85bedd1649b9
children 4437ec2d751b
#!/usr/bin/env bash

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