X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=mz-unescape;h=841c80ae102b89cba6478b040a58f633185e6e46;hb=c05c3463a8d992c798443d7a6fe8c01de1b776fa;hp=8bf886549be240cfe30c916e2a5c11c5850bfdba;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/mz-unescape b/mz-unescape index 8bf8865..841c80a 100755 --- a/mz-unescape +++ b/mz-unescape @@ -1,6 +1,6 @@ #! /bin/sh -dest_dir=$HOME/.mozilla/phd/`ls -1 $HOME/.mozilla/phd` +. "$HOME/lib/config/mozilla_home" sed -e 's/<//g' -e 's/&/\&/g' \ - $dest_dir/bookmarks.html >_tmp.$$ && \ -exec mv _tmp.$$ $dest_dir/bookmarks.html + "$mozilla_home/bookmarks.html" >_tmp.$$ && \ +exec mv _tmp.$$ "$mozilla_home/bookmarks.html"