/usr/bin/mauve is in mauve-aligner 2.4.0+4734-3.
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/sh
set -e
# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh
run_java -Xms128M -Xmx1G -jar /usr/share/java/Mauve.jar "$@"
|