Initialize tm to {0}
Remove unnecessary MANPREFIX
Add README.md
weekday is a program to print the day of the week of YYYY-MM-DD dates.
usage: weekday [YYYY-MM-DD]...
To install:
git clone https://git.sr.ht/~smlavine/weekday
cd weekday
sudo make install
To uninstall:
sudo make uninstall
Feel free to modify config.mk
to fit your local installation
needs.
Copyright (C) 2021 Sebastian LaVine mail@smlavine.com
weekday is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
weekday is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with weekday. If not, see https://www.gnu.org/licenses/.
Version 3 of the GNU General Public License is distributed with weekday
in the LICENSE
file.