X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=ns-unescape;fp=ns-unescape;h=90f4f8fe8a51614cf1b16112bd79e15fab9e8067;hb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;hp=0000000000000000000000000000000000000000;hpb=2e82a937f80392639176d9a414b55ffb8164ebca;p=bookmarks_db.git diff --git a/ns-unescape b/ns-unescape new file mode 100755 index 0000000..90f4f8f --- /dev/null +++ b/ns-unescape @@ -0,0 +1,5 @@ +#! /bin/sh + +sed -e 's/<//g' -e 's/&/\&/g' \ + $HOME/.netscape/bookmarks.html >_tmp.$$ && \ +exec mv _tmp.$$ $HOME/.netscape/bookmarks.html