#!/bin/sh
#v9.0.0
globalconf="${workdir}/cbsd.conf";
MYARG=""
MYOPTARG=""
MYDESC="List of kernel"

set -e
. ${globalconf}
set +e

. ${subr}
init $*

ls -1 ${basejaildir} |grep  ^kernel

