CMS 3D CMS Logo

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 "$@"