Main Page
Namespaces
Classes
Package Documentation
CondCore
Utilities
scripts
fnget.py
Go to the documentation of this file.
1
#!/bin/bash
2
ME=
"`basename $0`"
3
if
[ -z
"$FRONTIER_CLIENT"
]; then
4
echo
"$ME: error, \$FRONTIER_CLIENT isn't set"
5
exit 1
6
fi
7
exec ${FRONTIER_CLIENT%/}/bin/$ME
"$@"
Generated for CMSSW Reference Manual by
1.8.11