citadel

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

notmuch-threads (107B)


      1 #!/usr/bin/env bash
      2 set -eou pipefail
      3 
      4 notmuch query | $FUZZER
      5 <<<"$threads" $FUZZER +m | awk '{print $1}'