https://github.com/etcd-io/etcd
Raw File
Tip revision: 08407ff7600eb16c4445d5f21c4fafaf19412e24 authored by Marek Siarkowicz on 24 April 2022, 10:44:36 UTC
version: bump up to 3.5.4
Tip revision: 08407ff
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