-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

dash


> Debian Almquist Shell, a modern, POSIX-compliant implementation of `sh` (not Bash-compatible).

More information.


Start an interactive shell session:

dash

Execute a command and then exit:

dash -c "{command}"

Execute a script:

dash {path/to/script.sh}

Run commands from a script, printing each command before executing it:

dash -x {path/to/script.sh}

Execute commands from a script, stopping at the first error:

dash -e {path/to/script.sh}

Read and execute commands from stdin:

dash -s


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:59:46 2024