#! /bin/sh

PATH=/usr/bin
export PATH

MAKEMAP=makemap
TABLE=/etc/usertable
DB=/etc/usertable.db

$MAKEMAP btree $DB < $TABLE
