This file is indexed.

/usr/bin/squiggle is in libbatik-java 1.7.ubuntu-8ubuntu1.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
6
7
8
9
#!/bin/sh

# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime java6
find_jars xercesImpl batik-all xml-apis-ext js

run_java org.apache.batik.apps.svgbrowser.Main "$@"