feat: ported all scripts from bash to python. results are now written to a spreadsheet

This commit is contained in:
KenF
2026-01-22 17:17:12 +08:00
parent cf6db0fa0a
commit 859a482bb2
27 changed files with 556 additions and 157 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
#!/bin/bash
for i in aws*.{py,sh}; do
rm -f aws-inventory.xlsx
./init_workbook.py
for i in aws*.py; do
echo "# $i"
./"$i" | mlr --c2t cat | column -t
wait $!