feat: porting scripts to python
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
for i in aws*.sh; do
|
||||
for i in aws*.{py,sh}; do
|
||||
echo "# $i"
|
||||
bash $i | mlr --c2t cat | column -t
|
||||
./"$i" | mlr --c2t cat | column -t
|
||||
wait $!
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user