| Current Path : /usr/bin/ |
|
|
| Current File : //usr/bin/batch |
#! /bin/sh -e
if [ "$#" -gt 0 ]; then
echo batch accepts no parameters
exit 1
fi
prefix=/usr
exec_prefix=${prefix}
exec ${exec_prefix}/bin/at -qb now
Copyright 2K16 - 2K18 Indonesian Hacker Rulez