5 lines
126 B
Bash
Executable file
5 lines
126 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export LD_PRELOAD=/usr/lib/libmagic.so.1
|
|
|
|
/usr/local/bin/python3 -m matemat /etc/matemat.conf /matemat.docker.conf
|