Every version of the Debian Almquist Shell for testing shell scripts.
5.4K
Contains every version of the Debian Almquist Shell. All of the shells are located in /usr/local/bin and have the source code's version as their version number. There are symlinks set up to get the most recent release when there are multiple dot releases.
These shells, and many others, are included within the Multishell Docker Image. The additional scripts that are included on this image will be described there.
dash-0 -> dash-0.5.11.4
dash-0.5 -> dash-0.5.11.4
dash-0.5.2
dash-0.5.3
dash-0.5.4
dash-0.5.5
dash-0.5.5.1
dash-0.5.6
dash-0.5.6.1
dash-0.5.7
dash-0.5.8
dash-0.5.9
dash-0.5.9.1
dash-0.5.10
dash-0.5.10.1
dash-0.5.10.2
dash-0.5.11
dash-0.5.11.1
dash-0.5.11.2
dash-0.5.11.3
dash-0.5.11.4
You can generate this list yourself using this command:
( cd /usr/local/bin; for F in *; do if [[ -L "$F" ]]; then echo "$F -> $(readlink "$F")"; else echo "$F"; fi; done ) | sort -V
Source: https://git.kernel.org/pub/scm/utils/dash/dash.git/refs/tags
Git repository containing all source code and patches that were used to build the binaries: https://github.com/multishell/dash
Meant to be built using the these tools: https://github.com/multishell/multishell-scripts
Content type
Image
Digest
Size
28.3 MB
Last updated
about 5 years ago
docker pull fidian/multishell-dash