/usr/bin/chemdiff is in indigo-utils 1.1.12-1.1.
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 | #!/bin/bash
JAVA_OPTS="-Xss10m -Dawt.useSystemAAFontSettings=on"
java $JAVA_OPTS -jar /usr/share/java/chemdiff.jar "$@"
|