#!/bin/sh

# How to install tree and browsetool.tk:

# Move references of tree and browsetool.tk to the standard search
# path. E.g. when $HOME/cmd is included in $PATH, you can simply say
#  ln -s parallaxis/tree ~/cmd
#  ln -s parallaxis/browsetool.tk ~/cmd
#  rehash

b=`which browsetool.tk`
expectk $b $* >/dev/null
