Initial commit
This commit is contained in:
21
test
Executable file
21
test
Executable file
@@ -0,0 +1,21 @@
|
||||
#!./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
|
||||
Reference in New Issue
Block a user