[go: up one dir, main page]

Menu

[r98]: / trunk / apk_test  Maximize  Restore  History

Download this file

15 lines (10 with data), 182 Bytes

#!/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