diff --git a/commands/simple/progressbar.c b/commands/simple/progressbar.c index a5c40a6b0..3373e9e50 100755 --- a/commands/simple/progressbar.c +++ b/commands/simple/progressbar.c @@ -60,7 +60,6 @@ char *argv[]; #define LINES 5 for(l = 1; l <= LINES+1; l++) printf("\n"); printf(""); - sleep(1); while(fgets(line, sizeof(line), stdin)) { i++; for(l = 0; l <= LINES; l++) printf("");