github.com/ndarilek/terraform@v0.3.8-0.20150320140257-d3135c1b2bac/builtin/provisioners/remote-exec/test-fixtures/script1.sh (about)

     1  #!/bin/sh
     2  cd /tmp
     3  wget http://foobar
     4  exit 0