aboutsummaryrefslogtreecommitdiffstats
path: root/src/sash/README
diff options
context:
space:
mode:
authortcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
committertcsullivan <tullivan99@gmail.com>2018-11-17 13:02:57 -0500
commitc6ef89664b8c0d7aa85bddd5c7014aa6df82cbe7 (patch)
treed1f9d09412a46bdf4344fe30392455070a72993d /src/sash/README
parentdb38c4b9dac461de0ed75bf6d079dacba1b31bc9 (diff)
added pdclib, removed sash
Diffstat (limited to 'src/sash/README')
-rw-r--r--src/sash/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/sash/README b/src/sash/README
deleted file mode 100644
index 154f1f7..0000000
--- a/src/sash/README
+++ /dev/null
@@ -1,17 +0,0 @@
-This is release 3.8 of sash, my stand-alone shell for Linux or other systems.
-
-The purpose of this program is to make system recovery possible in
-many cases where there are missing shared libraries or executables.
-It does this by firstly being linked statically, and secondly by
-including versions of many of the standard utilities within itself.
-Read the sash.1 documentation for more details.
-
-Type "make install" to build and install the program and man page.
-
-Several options in the Makefile can be changed to build sash for
-other UNIX-like systems. In particular, dependencies on Linux file
-systems can be removed and the mount command can be configured.
-
-David I. Bell
-dbell@tip.net.au
-8 March 2014