#!/bin/sh - # Note: with Firefox 3 you need to set browser.bookmarks.autoExportHTML true # in about:config to get bookmarks.html; and direct edits to # bookmarks.html are no longer imported nsbm="$MAILHOST:.mozilla/bookmarks.html" hpbm="$HOME/.hyplan/bookmarks.html" # mkbookmarks - install a public copy of my bookmarks file # Steve Kinzler, kinzler@cs.indiana.edu, Aug 96 # http://www.cs.indiana.edu/~kinzler/home.html#hyplan ${RCPCMD-rcp} "$nsbm" "$hpbm" 2>&1 1>&2 | grep -v 'scp1 compatib' exec chmod 644 "$hpbm"