You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2 lines
160 B

pause() { printf "\n${BLD}"; read -n 1 -s -r -p "press any key to continue"; printf "\n${DEF}"; }
line() { printf -v LINE "%$2s"; printf -- "${LINE// /$1}"; }