terraform/builtin/provisioners/remote-exec/test-fixtures/script1.sh

5 lines
44 B
Bash
Raw Normal View History

#!/bin/sh
cd /tmp
wget http://foobar
exit 0