Newer
Older
Scratch / mobius / src / fortune / INSTALL
@Christopher W. Olsen Christopher W. Olsen on 25 Oct 2019 330 bytes Scratch
#!/bin/sh
# This program is provided for the pepole who like it all packaged up for
# them, including windoze users and the rest of that type.

cat << EOM
Installing GNU fortune
This program is copyright to Shevek <shevek@anarres.org>
This software is released under the GNU Public License.
EOM
make
make install
make install.man