#!/bin/bash if [ $# -lt 1 ] then echo "LgEval lg2OR: Object-Relationship Label Graph Format Converter" echo "Copyright (c) R. Zanibbi, H. Mouchere, 2012-2014" echo "" echo "Usage: lg2OR <file.lg>" echo "" echo "Writes the contents of file.lg as an OR label graph file" echo "on standard output." exit 0 fi python $LgEvalDir/src/lg2OR.py $1