[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 94 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
usage(echo "usage: $0 -v [-s|-k] share user computer address arch"echo " -s : call logon scripts for share "echo " -k : call logout scripts for share "echo " -v : Verbose "exit $1;}function rc_logon {ERROR=0for script in "$RC_SHARE/$1/$5/"S*do[ ! -x $script ] && continueif [ "$VERBOSE" == "1" ]thenecho "Running: $(basename $script) X-Ref |
No description |
rc_logout(ERROR=0for script in "$RC_SHARE/$1/$5"/K*do[ ! -x $script ] && continueif [ "$VERBOSE" == "1" ]thenecho "Running: $(basename $script) X-Ref |
No description |
Generated: Tue Mar 17 22:47:18 2015 | Cross-referenced by PHPXref 0.7.1 |