citadel

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

n (84B)


      1 #!/usr/bin/env bash
      2 out="$("$@" 2>&1)"
      3 printf "%s\n" "$out"
      4 exec notify-send "$out"