https://github.com/pixelcmtd/cqotdd
https://github.com/pixelcmtd/cqotdd
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pixelcmtd/cqotdd
- Owner: pixelcmtd
- License: bsd-2-clause
- Created: 2020-07-28T23:10:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T00:07:54.000Z (over 3 years ago)
- Last Synced: 2025-01-17T19:49:37.254Z (over 1 year ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cqotdd
The C QOTD Deamon is an implementation of the QOTD protocol.
## Building
```sh
make -j2
```
## Installing on systemd Linux
```sh
sudo make install
```
## Installing without cloning
```sh
netsh -c -C 'sudo make install' pixelcmtd/cqotdd
```