Files
dokku/tests/apps/gitsubmodules/check_deploy
2013-12-28 16:10:50 +01:00

2 lines
90 B
Bash
Executable File

#!/bin/bash
set -e; output="$(curl -s $1)"; echo $output; test "$output" == "Hello World!"