From 8fb790d0bf84a98d75e8e45717ad19a649c6f3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20B=C3=BCckendorf?= Date: Mon, 20 May 2019 14:19:14 +0200 Subject: [PATCH] aws-config-refresh: Variable substitution Ooops --- .local/bin/aws-config-refresh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.local/bin/aws-config-refresh b/.local/bin/aws-config-refresh index 1fa926a..396d85e 100755 --- a/.local/bin/aws-config-refresh +++ b/.local/bin/aws-config-refresh @@ -3,10 +3,13 @@ # defeated by commands with more than 1 argument (#!/usr/bin/env make -f). # ^^ # Soo... -make -f - < $@ # 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