]> git.phdru.name Git - bookmarks_db.git/blob - ns-unescape
Version 3.3.1.
[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