Advertisement
vimja

add RSS Feed from firefox' Dialog to newsbeuter

Aug 29th, 2012
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. ## Copyright (c) 2012 by Bash Vi
  3. ## This code is released under the terms
  4. ## of the WTFPL (What the Fuck Pulic License) version 2.0
  5. ## http://sam.zoy.org/wtfpl/
  6. echo $1 | sed -e "s/feed:\/\//http:\/\//g" | sed -e "s/feed://g" >> ~/.newsbeuter/urls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement