misc: More script notes added

This commit is contained in:
James Shubin
2023-09-25 18:27:46 -04:00
parent 2bc23c468e
commit 9a890c7625

View File

@@ -5,3 +5,9 @@ for f in */main.mcl; do
cat $f | cat - $(dirname $f).txtar | sponge $(dirname $f).txtar
echo '-- main.mcl --' | cat - $(dirname $f).txtar | sponge $(dirname $f).txtar
done
#for f in *.txtar; do
# echo $f
# #cat $f | cat - $(dirname $f).txtar | sponge $(dirname $f).txtar
# echo '-- OUTPUT --' | cat - $f | sponge $f
#done