TASK=`basename $$PWD` all: echo "Golem task

Golem task: $(TASK)

" > index.html; for j in `ls -1 -t|grep -v index.html|grep -v makefile|grep -v Results|grep -v Others`;do \ echo "Session:$$j
" >> index.html;\ for i in `dir -1 -r $$j/|grep -v Komora|grep -v Aktual|grep -v index.html`; do \ echo $$j;\ echo "" >>index.html;\ done;\ echo "
Shot NoTimeUC_Bt[V]UC_Et[V]pch [mPa]Td [us]
`cat $$j/$$i/ShotNo``cat $$j/$$i/starttime_``cat $$j/$$i/nabijeni/Ub_limit``cat $$j/$$i/nabijeni/Ucd_limit``cat $$j/$$i/Initial_PfeifferMerkaVakua`->`cat $$j/$$i/Aktual_PfeifferMerkaVakua``cat $$j/$$i/Td_aktual`
" >> index.html;\ done;\ echo "" >> index.html;