this repo has no description
1#!/bin/bash 2 3if [ $1 == "-find" ] 4then 5 echo `which $2` 6fi