8 lines
90 B
Bash
8 lines
90 B
Bash
#!/bin/sh
|
|
|
|
news=true
|
|
quote=true
|
|
ramblings=true
|
|
|
|
ramblings_path=${XDG_DOCUMENTS_DIR}/wire/
|