A tiny program that permits to print the current in different formats.
Compile with:
make CFLAGS="-Wall -Werror -pedantic -std=c99" clock
Run with:
./clock
You can also use it with watch:
watch
watch -n 1 ./clock -b
This software is distributed under the MIT Licence.