Code Search for Developers
 
 
  

smartfrog.csh from SmartFrog at Krugle


Show smartfrog.csh syntax highlighted

#!/bin/csh
# This file contains environment variables needed by the Smartfrog Daemon

set SFHOME="${rpm.install.dir}"

# Add the directory of the SmartFrog executables to the path
if ( "$$path" !~ "*/$$SFHOME/bin*" ) then
  set path="$$SFHOME/bin $$path"
  echo $path
endif






See more files for this project here

SmartFrog

SmartFrog (Smart Framework for Object Groups) is a framework for configuring and automatically activating distributed applications. \r\nThe SmartFrog framework is released under LGPL license.\r\nMore info at: www.smartfrog.org

Project homepage: http://sourceforge.net/projects/smartfrog
Programming language(s): Java,XML
License: other

  smartfrog.csh
  smartfrog.sh