ispman/bin ispman,1.2,1.3

Joerg Delker <[email protected]> Mon, 22 Jan 2007 22:19:33 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv19953/bin

Added Files:
	ispman 
Log Message:
added simple wrapper for ispman cli commands
(thanks to derjohn)

--- NEW FILE: ispman ---
#!/bin/sh

BASE=`dirname $0`

if [ "$1" = "help" ] && [ -n "$2" ]; then
perldoc $BASE/$2
exit 0
fi

if [ -z "$@" ] || [ "help" = "$1" ]; then
echo The following commands exists:
ls -1 $BASE | egrep -o "[^\.]*$"
exit 0
fi

$BASE/ispman.$@



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV