Download this file
#!/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