Revision 562d645ac923388ff5b8d270b0536764d34b0e0f authored by Tom Wilkie on 13 April 2021, 18:38:55 UTC, committed by Tom Wilkie on 13 April 2021, 18:38:55 UTC
Signed-off-by: Tom Wilkie <tom@grafana.com>
1 parent 4388bfc
Raw File
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