[go: up one dir, main page]

Menu

[r30]: / trunk / apk_test  Maximize  Restore  History

Download this file

13 lines (9 with data), 137 Bytes

#!/bin/sh

. ./libapk.sh
. ./libfetch.sh

#fetch $1 $2

if find_exec $1 ; then
	echo $1 was found in PATH
else
	echo $1 was not found
fi