menu/test
2025-09-11 21:27:18 -06:00

22 lines
265 B
Plaintext
Executable File

#!./menu
$ echo Hello, world.
echo Hello, world.
$ cat Makefile
cat Makefile
Remove menu and re-build it.
rm -f menu; make
Install to /usr/local/ (assuming adequate permissions).
make install
Install to /usr/local/ (using sudo(8)).
sudo make install