Revision ab20aa29a0d44189f73c68e73d5dcaf5ab947ab3 authored by Sam Batschelet on 04 June 2021, 01:39:37 UTC, committed by Sam Batschelet on 04 June 2021, 01:39:37 UTC
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
1 parent a6b37e2
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