mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 17:15:12 +00:00
6 lines
154 B
Bash
Executable file
6 lines
154 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
|
|
time crane validate --remote=random.kontain.me/random
|
|
time crane validate --remote=random.kontain.me/random:4x10
|