">" to ">>".

pull/17/head
Richard Liu 7 years ago
parent b508367145
commit e331eac908
  1. 2
      aws-scripts/say_bye.sh
  2. 2
      aws-scripts/say_hello.sh
  3. 1
      aws-scripts/setup_golang.sh

@ -1 +1 @@
echo "Bye" > tmplog
echo "Bye" >> tmplog

@ -1 +1 @@
echo "Hello" > tmplog
echo "Hello" >> tmplog

@ -1,4 +1,5 @@
#!/bin/bash -x
echo "Setup Golang" >> tmplog
sudo yum update -y
sudo yum install -y golang

Loading…
Cancel
Save