Revision 3e195ba4731360d26a3ddef9b9d7b8b0e045c46e authored by Sergey Kacheev on 31 July 2021, 17:20:50 UTC, committed by Prasad Chandrasekaran on 11 October 2022, 11:28:56 UTC
Co-authored-by: Lili Cosic <cosiclili@gmail.com>
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
1 parent 25ef9b6
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