4 SOURCE=$MODULE-$VERSION.tar.gz
5 SOURCE2=$MODULE-$VERSION-readline-plus-1.patch.bz2
6 SOURCE_URL[0]=http://www.pcug.org.au/~dbell/programs/
7 SOURCE2_URL[0]=$PATCH_URL
8 WEB_SITE=http://www.pcug.org.au/~dbell
11 MAINTAINER=tchan@lunar-linux.org
12 SHORT="stand-alone shell with many built-in commands"
14 sash - Stand Alone SHell
15 The purpose of this program is to make system recovery possible in
16 many cases where there are missing shared libraries or executables.
17 It does this by firstly being linked statically, and secondly by
18 including versions of many of the standard utilities within itself.
19 Patched to include some GNU Readline features:
20 1. The TAB key for command and filename completion.
21 2. The keys Ctrl-N and Ctrl-P for a command history.
22 Further patched to include the chroot, pivot_root, and losetup functions.
23 Simple shell variable expansion support has also been added.