Skip to content

Instantly share code, notes, and snippets.

View CreateToSurvive's full-sized avatar

Arseniy CreateToSurvive

  • 09:51 (UTC +05:00)
View GitHub Profile
@CreateToSurvive
CreateToSurvive / options.sh
Created November 18, 2025 04:35
Nov 18, 2024 | tui-lib/options.sh | + Пример использования библиотеке в отдельном файле sm.sh
w_init()
{
printf "\e[?25l\e[2J"
trap "w_reset""" SIGINT EXIT
}
w_reset()
{
printf "\e[?25h\e[0m"
clear
exit 0