Update main.sh

This commit is contained in:
tux 2025-02-26 19:03:07 +01:00
parent 59be5eddc9
commit 4163ca33fb

View File

@ -1,4 +1,6 @@
#/bin/bash
PATH=$PATH:/usr/sbin
E='echo -e';e='echo -en';trap "R;exit" 2
ESC=$( $e "\e")
TPUT(){ $e "\e[${1};${2}H";}