time_money/README.md

9 lines
171 B
Markdown

# time_money
A few wagie utilities inspired by https://www.usdebtclock.org/
To run on Arch Linux use the following
```
gcc nctime_money.c -o nctime_money -lncursesw
```