Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PL=/tmp/patch.log
- rm "$PL"; touch "$PL"
- SD=../lib/patch/kernel/sun8i-default
- for each in "$SD/"*.patch; do
- echo " [ $each ]" | tee -a "$PL"
- patch -p1 <"$each" 2>&1 | tee -a "$PL"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement