#!/bin/bash rm -f aws-inventory.xlsx ./init_workbook.py for i in aws*.py; do echo "# $i" ./"$i" | mlr --c2t cat | column -t wait $! done