NEW: Initial release

This commit is contained in:
KF
2024-04-19 14:09:45 +08:00
commit 122fe95f95
16 changed files with 233 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
for i in aws*.sh; do
echo "# $i"
bash $i | mlr --c2t cat | column -t
wait $!
done