Guest User

Untitled

a guest
Nov 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. rss-notifier.zsh https://www.wuxiaworld.com/feed/chapters ".*"|parallel --null -k --lb echo {}
  2.  
  3. Title: Sovereign of the Three Realms - 🌺Chapter 1339: Tears Of Joy
  4. Link: https://www.wuxiaworld.com/novel/sovereign-of-the-three-realms/sotr-chapter-1339
  5.  
  6. Title: Renegade Immortal - Chapter 1259 - Rebuking the Everlasting Sect, Flowing Time
  7. Link: https://www.wuxiaworld.com/novel/renegade-immortal/rge-chapter-1259
  8.  
  9. Title: Condemning the Heavens - Chapter 242: Three-eyed Troublemaker
  10. Link: https://www.wuxiaworld.com/novel/condeming-the-heavens/cth-chapter-242
  11.  
  12. Title: Condemning the Heavens - Chapter 241: Join Us
  13. Link: https://www.wuxiaworld.com/novel/condeming-the-heavens/cth-chapter-241
  14.  
  15. rss-notifier.zsh https://www.wuxiaworld.com/feed/chapters ".*"|parallel --null -k --lb -N 2 echo {1} {2}
  16.  
  17. #!/usr/bin/env zsh
  18. rsstail -l -u "$1" -n 9 | while read -r line1
  19. do
  20. read -r line2
  21. if ggrep -P --silent "$2" <<< "$line1" ; then
  22. printf '%b' "$line1"''"$line2"''
  23. echo
  24. fi
  25. done
Add Comment
Please, Sign In to add comment