diff --git a/Miscellaneous/tput.sh b/Miscellaneous/tput.sh index 8a0f26c..cabea0d 100644 --- a/Miscellaneous/tput.sh +++ b/Miscellaneous/tput.sh @@ -24,6 +24,6 @@ function normal_4 { tput sgr0 } -function need_input [ +function need_input { tput sgr0; tput setb 5; tput bold -] \ No newline at end of file +} \ No newline at end of file