]> git.phdru.name Git - bookmarks_db.git/blob - ns-unescape
90f4f8fe8a51614cf1b16112bd79e15fab9e8067
[bookmarks_db.git] / ns-unescape
1 #! /bin/sh
2
3 sed -e 's/&lt;/</g' -e 's/&gt;/>/g' -e 's/&amp;/\&/g' \
4    $HOME/.netscape/bookmarks.html >_tmp.$$ && \
5 exec mv _tmp.$$ $HOME/.netscape/bookmarks.html