/usr/bin/widemargin is in widemargin 1.0.11-2.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/usr/bin/env bash
export MONO_PATH=$MONO_PATH:/usr/lib/widemargin
THIS_EXE="/usr/lib/widemargin/widemargin.exe"
exec mono $THIS_EXE
|