#%Module ## ## stopos 0.6 ## proc ModulesHelp { } { puts stderr "Sets up paths you need to use the stopos software" } set root /home/willem/myroot/sara/sw/stopos-0.6 if { [ module-info shelltype ] == "csh" } { set-alias stopos "eval \"`$root/bin/stoposclient $*`\"" } else { if { [module-info mode] == "load" } { puts stdout "stopos() { a=\"`$root/bin/stoposclient \"$@\"`\"; r=\$?; eval \"\$a\"; return \$r;}; export -f stopos;" } else { puts stdout "unset stopos;" } } prepend-path PATH $root/bin prepend-path MANPATH $root/man setenv STOPOS_SERVER_URL http://localhost:5050/cgi-bin/stoposserver setenv SARA_STOPOS_ROOT $root