This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
printf '\e[1;40;92m' | |
clear | |
printf "All TNT releases are provided\n\tfree of charge for educational and uncommercial reasons.\n" | |
printf "Все релизы TNT предоставляются\n\tбезвозмездно для образовательных и некоммерческих целей.\n" | |
echo "" | |
echo "Press ENTER if you agree or close this window!" | |
echo "Нажмите ENTER, если вы согласны, или закройте окно!" | |
read ok | |
echo "Please wait..." |