CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondCore/Utilities/scripts/fnget.py

Go to the documentation of this file.
00001 #!/bin/bash
00002 ME="`basename $0`"
00003 if [ -z "$FRONTIER_CLIENT" ]; then
00004     echo "$ME: error, \$FRONTIER_CLIENT isn't set"
00005     exit 1
00006 fi
00007 exec ${FRONTIER_CLIENT%/}/bin/$ME "$@"