7 lines
242 B
Bash
7 lines
242 B
Bash
#!/bin/bash
|
|
|
|
/opt/matrix-stickerpicker/venv/bin/sticker-import \
|
|
--config /opt/matrix-stickerpicker/config.json \
|
|
--session /opt/matrix-stickerpicker/sticker-import.session \
|
|
--output-dir /var/opt/matrix-stickerpicker/ \
|
|
"$@"
|