comparison run.sh @ 0:e4097a3e3e75 draft

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_uep_opt commit d130cf2c46d933fa9d0214ddbd5ddf860f322dc4
author muon-spectroscopy-computational-project
date Thu, 25 Aug 2022 16:20:08 +0000
parents
children ec5f6b22417c
comparison
equal deleted inserted replaced
-1:000000000000 0:e4097a3e3e75
1 #! /bin/bash
2
3 set -o errexit
4
5 for x in $1/*/*/*.yaml
6 do
7
8 if ! out=$(pm-uep-opt $x)
9 then
10 echo 1>&2 "$out"; exit 1
11 else
12 echo "$out"
13 fi
14 done || exit
15 #pm-uep-opt