aws-config-refresh: Who said make is not a scripting language?

This commit is contained in:
Gregor Bückendorf 2019-05-19 22:53:24 +02:00
parent 26c997d416
commit fd2fab4bb7

7
.local/bin/aws-config-refresh Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env make -f
~/.aws/config: ~/.aws/profiles.html
aws-config-gen -d --default-role admin $< > $@
# aws-config-gen -r eu-central-1 --suffix -🍺 --default-role admin $< >> $@
# aws-config-gen -r eu-west-1 --suffix -🍀 --default-role admin $< >> $@
# aws-config-gen -r us-east-1 --suffix -🍔 --default-role admin $< >> $@