done
echo " all done."
+hacks="
+ ssh:ssh"
+echo "Installing hacks..."
+for h in $hacks; do
+ d=${h%%:*} h=${h#*:}
+ ft=$HOME$sub/bin/hacks/$d
+ mkdir -p $ft
+ ln -s $here/hacks/$h $ft/$h.new
+ mv $ft/$h.new $ft/$h
+ echo " $d:$h"
+done
+echo " all done."
+
###--------------------------------------------------------------------------
### Set up the Emacs config.