bitsmanent / snore

sleep with feedback
MIT License
73 stars 11 forks source link

changed final output #12

Closed bsprober closed 3 years ago

bsprober commented 3 years ago

from: printf("\a%s elapsed\n", argv[1]); to: time_print(tm); printf("\n");

bitsmanent commented 3 years ago

@bsprober Thanks, applied.

I would leave the \a to ring the bell when time elapsed though. I will add it again eventually.