https://github.com/etcd-io/etcd
Raw File
Tip revision: cecbe35ce0703cd0f8d2063dad4a9e541ae317e5 authored by Marek Siarkowicz on 21 November 2022, 14:54:14 UTC
version: bump up to 3.5.6
Tip revision: cecbe35
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