Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 0dd6bc6711e7b2c30f94bd76b4f6f76a > files > 87

ocaml-rdf-devel-0.4-3.mga3.i586.rpm

#!/bin/bash
KO='\E[1;31m'"*KO\033[1m\033[0m"
OK='\E[1;32m'"OK\033[1m\033[0m"

file=$1

args=`if test -f ${file}.args ; then echo ${file}.args; else echo "/dev/null"; fi`
(xargs ./${file} < ${args} > ${file}.out 2>&1 && echo -e ${OK}" ${file}" ) || echo -e ${KO}" ${file}"