[lastbash-cvs] lastbash lastbash,1.93,1.94
Status: Beta
Brought to you by:
cstroie
|
From: Costin S. <cs...@us...> - 2006-12-08 14:23:27
|
Update of /cvsroot/lastbash/lastbash In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv11076 Modified Files: lastbash Log Message: Added quick helps for HTTP client and player. Index: lastbash =================================================================== RCS file: /cvsroot/lastbash/lastbash/lastbash,v retrieving revision 1.93 retrieving revision 1.94 diff -u -d -r1.93 -r1.94 --- lastbash 8 Dec 2006 13:49:10 -0000 1.93 +++ lastbash 8 Dec 2006 14:23:23 -0000 1.94 @@ -1968,6 +1968,17 @@ esac done +# Some quick helps +if [ "${HTTP_CLIENT}" == "help" ] +then + echo "${HTTP_CLIENTS} builtin auto" + exit 0 +elif [ "${PLAYER}" == "help" ] +then + echo "${PLAYERS} auto" + exit 0 +fi + # Write the debug header debug_header |