mirror of
https://github.com/dokku/dokku.git
synced 2026-09-03 12:50:27 +02:00
3 lines
106 B
Plaintext
3 lines
106 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "Hello, world"
|