mirror of
https://github.com/dokku/dokku.git
synced 2026-02-25 04:31:17 +01:00
3 lines
196 B
Bash
Executable File
3 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e; output="$(curl -s -S -i -N -H \"Connection: Upgrade\" -H \"Upgrade: websocket\" -H \"Host: $1\" -H \"Origin: $1\" $1 -m 2)"; echo $output; test "$output" == "bazingaa"
|