Revision 9e506593bf08462796c776d046113312be4244c0 authored by Prasad Chandrasekaran on 18 March 2023, 06:38:49 UTC, committed by Prasad Chandrasekaran on 01 April 2023, 11:17:08 UTC
Signed-off-by: Prasad Chandrasekaran <prasadc@vmware.com>
1 parent c5b670b
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