reportbuild 174 B

123456789
  1. #!/bin/sh
  2. makepkg -fC
  3. if sendreportmail | grep -q "BUILD SUCCESS"; then
  4. if echo "$1" | grep -q "c"; then
  5. cr
  6. fi
  7. fi
  8. loginctl suspend || sudo systemctl suspend