/apps/sh.elf is already the default interactive shell. Pipes, redirection,
&&, ||, background &, and wait shipped in PR #181. This page tracks
the remaining POSIX-shaped shell work.
NAME=VALUE command assignments.$(command).$0 through $9, $#, $@, and $*.$$ and $!.case ... esac.return, and function-local variables.break N and continue N.( ... ).envp through execve.export.set -e, set -u, and set -x.jobs, fg, and bg.tcsetpgrp equivalent before claiming real
foreground job control.alias, unalias, type, which, getopts, and printf.cd - and tilde expansion.PATH and variables after $.envp, export, and inline assignments.