Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://ka-run-2.0-27mdk.src.rpm:315782/rshp  info  downloads

#!/bin/bash
# Wrapper for calling rshp with the right environement
# It loads the /etc/profile.d/cluster.sh for getting the right
# environnement before calling the real rshp

PROFILE=/etc/profile.d/cluster.sh
RSHP_PATH=/usr/bin

if [ -f $PROFILE ]; then 
	source $PROFILE; 
fi
exec $RSHP_PATH/rshp_wrap $@
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 IT MARUHN