mirror of
https://github.com/dokku/dokku.git
synced 2025-12-25 16:29:30 +01: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"
|