https://github.com/etcd-io/etcd
Raw File
Tip revision: 19002cfc689fba2b8f56605e5797bf79f8b61fdd authored by Marek Siarkowicz on 15 September 2022, 12:02:30 UTC
version: bump up to 3.5.5
Tip revision: 19002cf
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