You are here

hello-world.sh in Acquia Cloud Site Factory Connector 8

Same filename and directory in other branches
  1. 8.2 acsf_init/lib/cloud_hooks/samples/hello-world.sh
#!/bin/sh
#
# This sample Cloud Hook script just echos "Hello, Cloud!" to standard
# output. It will work in any hook directory.

echo "Hello, Cloud!"

File

acsf_init/lib/cloud_hooks/samples/hello-world.sh
View source
  1. #!/bin/sh
  2. #
  3. # This sample Cloud Hook script just echos "Hello, Cloud!" to standard
  4. # output. It will work in any hook directory.
  5. echo "Hello, Cloud!"