# smash The **sm**all **sh**ell is the default shell of the reX os. ## Syntax ### Pipe Stream ``` $ command [args...] | ... | command [args...] | command [args] ``` ### Variables Variables are inserted in the location by indicating the following: ``` $ command arg1 arg2 $[variable] ``` Variables are set by the following: ``` $ [variable]=command [args...] [| ... | ...] ``` **IMPORTANT** `This is not implemented yet.` ## Run a script You can run a script by providing its path to smash and every argument after it are forwarded to the script. ``` $ smash