diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -29,12 +29,7 @@ check_valid () { } clear_line () { - string="\r" - for char in {0..80}; { - string+=' ' - } - string+="\r" - echo -ne $string + echo -ne "\r\e[2K" } # Read local configuration |