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

5 lines
44 B
Bash
Executable File

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