mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 20:19:52 +01:00
3 lines
62 B
Bash
Executable File
3 lines
62 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e; test "$(curl -s -S "$1")" == "go"
|