Merge branch 'master' of github.com:gliech/dotfiles
This commit is contained in:
commit
fb6b54d444
1 changed files with 4 additions and 1 deletions
|
@ -3,10 +3,13 @@
|
|||
# defeated by commands with more than 1 argument (#!/usr/bin/env make -f).
|
||||
# ^^
|
||||
# Soo...
|
||||
make -f - <<EOF
|
||||
make -f - <<'EOF'
|
||||
SHELL=/usr/bin/env bash
|
||||
|
||||
~/.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 $< >> $@
|
||||
|
||||
EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue