rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

pash_check_all (107B)


      1 #!/bin/sh -e
      2 
      3 for pass in $(pash list); do
      4     echo "Checking $pass"
      5     pash show $pass | pash_check
      6 done