feat: ported all scripts from bash to python. results are now written to a spreadsheet
This commit is contained in:
@@ -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 $!
|
||||
|
||||
Reference in New Issue
Block a user