https://github.com/etcd-io/etcd
Raw File
Tip revision: 450fd9a0b158a7eb5c5a3718850d6e6454eeef02 authored by Piotr Tabor on 11 May 2021, 12:24:47 UTC
Merge pull request #12946 from serathius/badge
Tip revision: 450fd9a
test
#!/usr/bin/env bash

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top