Code Search for Developers
 
 
  

clean.sh from osgDesigner at Krugle


Show clean.sh syntax highlighted

#!bin/sh

if [ -z "$OSGDESIGNER_HOME" ]; then
    echo "=== >> you must define the OSGDESIGNER_HOME environment variable << ===" 
    echo "           sh example   : export OSGDESIGNER_HOME=/directory/to/osgDesigner"
    echo "           tcsh example : setenv OSGDESIGNER_HOME /directory/to/osgDesigner"
    exit
fi


find $OSGDESIGNER_HOME -iname "*~" -exec rm {} \;





See more files for this project here

osgDesigner

osgDesigner is a graphical tool used to modify an OpenSceneGraph (OSG) scene using the osgIntrospection framework. OpenSceneGraph developpers will be able to extend osgDesigner at need using (editor | render | osgIntrospection wrapper) plugin system.

Project homepage: http://sourceforge.net/projects/osgdesigner
Programming language(s): C++,Shell Script
License: other

  clean.sh
  cleanCMake.sh
  insertLicenceHeader.sed
  insertLicenceHeader.sh