citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

steamoji-code (232B)


      1 #!/usr/bin/env bash
      2 date -u +'Now:  %a, %d %b %Y %R:%S +0000' >&2
      3 out=$(notmuch show from:verification@steamoji.com and date:today)
      4 <<<"$out" grep ^Date >&2
      5 <<<"$out" grep '^Your verification' | sed -E -n 's,[^1-9]+([1-9]+).*,\1,p'