mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
9 lines
134 B
Bash
Executable File
9 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
|
|
sleep 1
|
|
|
|
source ./test.sh
|