19 lines
372 B
Markdown
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=' | '
|
|
```
|