Revision 7ae3d25f9103c33045035c54ae2fc13aa35d3853 authored by Piotr Tabor on 02 April 2021, 16:01:26 UTC, committed by Piotr Tabor on 27 April 2021, 15:17:31 UTC
1 parent aa65973
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