/usr/share/sadms-2.0.15/settings/my-install.sh is in sadms 2.0.15.repack-0ubuntu2.
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 | #!/bin/bash
# bbou@ac-toulouse.fr
# 2003-10-23 18:19:00
pushd ..
./install.sh -f settings/bbou.sadms
popd
|