mirror of
https://github.com/dokku/dokku.git
synced 2026-09-02 12:10:09 +02:00
3 lines
106 B
Bash
Executable File
3 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e; output="$(curl -s -S "$1")"; echo "$output"; test "$output" == "python/flask"
|