aboutsummaryrefslogblamecommitdiff
path: root/bin/rmrej
blob: 8ecbd2c102519fbf69d352564a524eed934ab52e (plain) (tree)
1
2
3


                                                            
#!/bin/sh
# Delete all rejected hunks from patch(1)
find "${1:-.}" -type f -name \*.rej -print -exec rm -- {} \;