chore: added logging and later on disabled them

This commit is contained in:
KenF
2026-01-23 10:41:02 +08:00
parent a39c39a636
commit 7a48b533c6
3 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ rm -f aws-inventory.xlsx cache.pkl
# Execute individual inventory scripts
for i in aws*.py; do
echo "# $i"
echo "Running $i..."
./"$i" | mlr --c2t cat | column -t
wait $!
done