Clock written in about 5 minutes. Public Domain.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Ce dépôt est archivé. Vous pouvez voir les fichiers et le cloner, mais vous ne pouvez pas pousser ni ouvrir de ticket/demande d'ajout.
Emil 86bf168eea
init
il y a 7 mois
.gitignore init il y a 7 mois
Makefile init il y a 7 mois
README init il y a 7 mois
clock.c init il y a 7 mois

README

/-------------------------------\
| Clock |
\-------------------------------/

It's just a clock.

The executable is compressed, if you compile it and it fails to run, run `mv clock~ clock` and try again.

Building: make or baked

CPPFLAGS='...
PERIOD - Inteval which the clock will update by.
CLEAR - The control code for clearing the terminal.
CLEAR_DUMB - How it clears on a dumb terminal, 127 newlines is enough.
'

These definitions may be omitted without issue.

Installing: make install INSTALL=/usr/local PROGN=clock
INSTALL - Installation location, should be somewhere within the PATH.
PROGN - A overridable program name, change it if you want to.

Licensed under the public domain.

This line makes the README as exactly as long as the code.