mirror of
https://github.com/sheumann/hush.git
synced 2025-08-05 12:26:26 +00:00
Add sample startup scripts
This commit is contained in:
@@ -149,7 +149,7 @@ clean:
|
||||
.PHONY: chtyp
|
||||
chtyp:
|
||||
chtyp -l cc include/*.h coreutils/*.c libbb/*.c shell/*.c shell/*.h
|
||||
chtyp -t txt LICENSE README* Makefile* notes/*
|
||||
chtyp -t txt LICENSE README* Makefile* notes/* etc/*
|
||||
|
||||
.PHONY: build
|
||||
.SEQUENTIAL: build
|
||||
|
@@ -75,6 +75,9 @@ are present:
|
||||
`.`, which will be used preferentially if present, but these names are not
|
||||
compatible with ProDOS filesystems.)
|
||||
|
||||
The `etc` directory contains sample `hushenv` and `profile` scripts, suitable
|
||||
for installation in `/etc` or in your home directory.
|
||||
|
||||
License
|
||||
-------
|
||||
Hush is licensed under the GNU General Public License version 2, contained in
|
||||
|
1
etc/hushenv
Normal file
1
etc/hushenv
Normal file
@@ -0,0 +1 @@
|
||||
# Sample hushenv file for GNO.
|
1
etc/profile
Normal file
1
etc/profile
Normal file
@@ -0,0 +1 @@
|
||||
# Sample hush profile file for GNO.
|
Reference in New Issue
Block a user