#!/bin/bash case $1 in add) hashboot index ;; remove) hashboot index ;; esac