#!/bin/zsh -f # ============================================================================= ## @file get_grid_url # simple script to get GRID URL for certains LFN(s) # ============================================================================= . `which SetupProject.sh` LHCbDirac >&! /dev/null dirac-bookkeeping-get-prodinfo-eventtype.py $* # ============================================================================= # The END # =============================================================================