mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
set -e
|
||
|
|
output="$(curl -s -S "$1")"
|
||
|
|
echo "$output"
|
||
|
|
test "$output" == "python/http.server"
|