Download this file
#!/bin/sh # program to test library functions . ./libutil.sh . ./libfetch.sh #fetch $1 $2 if find_mnt "$1" ; then echo $1 was found in /etc/fstab else echo $1 was not found fi