13 lines
187 B
Markdown
13 lines
187 B
Markdown
---
|
|
title: "profanity automation"
|
|
tags: [ "chat", "omemo" ]
|
|
requires: [ "profanity" ]
|
|
---
|
|
|
|
Automate profanity with `--cmd`.
|
|
|
|
|
|
```sh
|
|
profanity --cmd /foo --cmd "/sleep 10" --cmd /quit
|
|
```
|