bdwmb/doc/MODULE_SEP.md
Ari Archer df4a3c1dc7
update @ Sat 19 Mar 17:14:52 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-03-19 17:14:52 +02:00

19 lines
372 B
Markdown

# Module - sep(1, 2)
```
NAME: sep1/sep2
DEPENDENCIES: None
TYPE: Shellscript
```
## Setup
Add the `sep1` or the `sep2` module to your modules list.
Then depending on what you picked define the separator you want.
The variables are called `SEPERATOR1` or `SEPERATOR2` depending on what you chose.
if you for example picked `sep1`:
```bash
export SEPERATOR1=' | '
```