8 lines
242 B
Text
8 lines
242 B
Text
|
#!/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/ \
|
||
|
"$@"
|