Skip to content

Commit 5641630

Browse files
authored
add link to stack overflow answer
The answer on how to write to a file from a heredoc
1 parent 10822e1 commit 5641630

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws/install_and_configure_awscli.sh

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ mkdir ~/.aws
66

77
touch ~/.aws/config
88

9+
# Taken from https://stackoverflow.com/a/17093489/1407371
910
tee ~/.aws/config <<- EOF > /dev/null
1011
[default]
1112
region=us-east-1

0 commit comments

Comments
 (0)