https://github.com/etcd-io/etcd
Raw File
Tip revision: 379c361bc62113256694572ccec4d0e0b20b9179 authored by Sam Batschelet on 18 May 2021, 13:44:35 UTC
version: 3.5.0-beta.3
Tip revision: 379c361
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