Revision 0223ca52b8d6d4953f708e5e4245c37cb4274115 authored by Marek Siarkowicz on 27 October 2023, 10:33:25 UTC, committed by Marek Siarkowicz on 27 October 2023, 10:33:25 UTC
1 parent aa04f5d
Raw File
test
#!/usr/bin/env bash

set -euo pipefail

echo -e "\\e[91mDEPRECATED!!! Use test.sh script instead.\\e[0m\\n"
sleep 1

source ./test.sh
back to top