Artifact da20a1a7eed74ed016c90183dcbaa742e4ecd2e36e0b6571695350fa8e0e1eaf:
- Executable file clean.sh — part of check-in [b590aba21d] at 2019-08-21 01:20:41 on branch trunk — rename $out build var to $to for nixos compat; refactor announce command to choose a color automatically instead of forcing it to be specified on every command line (user: lexi, size: 142) [annotate] [blame] [check-ins using]
#!/usr/bin/env bash to=${to:-out} gen=${gen:-gen} . global/common.sh say "cleaning libk build artifacts" report rm -r $to report rm -r $gen