citadel

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

diffs (122B)


      1 #!/usr/bin/env bash
      2 REMOVES=$(parallel diffs-job ::: "$@" | sort)
      3 
      4 <<<"$REMOVES" xargs "$PAGER"
      5 <<<"$REMOVES" xargs rm -f