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