Revision 6ddb23ce7ac257fa50ad22213ef09ac3c590552f authored by Benjamin Wang on 14 March 2023, 02:05:38 UTC, committed by GitHub on 14 March 2023, 02:05:38 UTC
2 parent s b10adb6 + e44995e
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