aws-config-refresh: Who said make is not a scripting language?
This commit is contained in:
parent
26c997d416
commit
fd2fab4bb7
1 changed files with 7 additions and 0 deletions
7
.local/bin/aws-config-refresh
Executable file
7
.local/bin/aws-config-refresh
Executable 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 $< >> $@
|
Loading…
Add table
Add a link
Reference in a new issue