Files
aws-inventory/run-inventory-scripts.sh
T
2026-01-22 09:31:32 +08:00

8 lines
102 B
Bash
Executable File

#!/bin/bash
for i in aws*.{py,sh}; do
echo "# $i"
./"$i" | mlr --c2t cat | column -t
wait $!
done