Introduction
1.
Getting Started
1.1.
Installing
1.2.
A Tour of wsh
2.
Using the Shell
2.1.
Running Commands
2.2.
Programming
2.2.1.
Numbers
2.2.2.
Strings
2.2.3.
Conditions
2.2.4.
Loops
2.2.5.
Functions
2.3.
WebAssembly
2.3.1.
Sandboxing
2.3.2.
Loading
2.3.3.
memfs
2.3.4.
Linking
2.4.
Environment
2.5.
Configuration
2.6.
Built-ins
3.
POSIX Migration
4.
Project Status
Light
Rust
Coal
Navy
Ayu
wsh Documentation
Getting Started
To get started with
wsh
, install the binary and learn a little bit about the shell language!
Installation
A tour of wsh