ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/lib/libreoffice/program/smath

5 lines
63 B
Bash
Executable File

#!/bin/sh
cmd=$(dirname "$0")/soffice
exec "$cmd" --math "$@"