reportbuild 241 B

12345678910111213
  1. #!/bin/sh
  2. makepkg -fC
  3. if sendreportmail | grep -q "BUILD SUCCESS"; then
  4. git push
  5. if echo "$1$2" | grep -q "c"; then
  6. cr
  7. fi
  8. if echo "$1$2" | grep -q "x"; then
  9. xup *.pkg.tar.zst
  10. fi
  11. fi
  12. sudo systemctl suspend