Add sample startup scripts

This commit is contained in:
Stephen Heumann
2015-01-01 13:19:05 -06:00
parent ba2aa925bc
commit 63f74a5ee7
4 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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
View File

@@ -0,0 +1 @@
# Sample hushenv file for GNO.

1
etc/profile Normal file
View File

@@ -0,0 +1 @@
# Sample hush profile file for GNO.