Revision 1a8a063a31426d738e0a2b3e99ab2f944f983533 authored by Sam Batschelet on 18 May 2021, 10:32:19 UTC, committed by Sam Batschelet on 18 May 2021, 10:32:19 UTC
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
1 parent e46bcb5
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