This file is indexed.

/usr/share/freecell-solver/presets/rin-tin-tin.sh is in freecell-solver-bin 4.16.0-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
10
11
#!/bin/sh

freecell-solver-range-parallel-solve 1 32000 1 \
--method soft-dfs -step 500 -nst \
--method soft-dfs -step 500 -to 0123467 -nst \
--method random-dfs -seed 1 -to 0[0123456789] -step 500 -nst \
--method random-dfs -seed 2 -to 0[01][23456789] -step 500 -nst \
--method random-dfs -seed 3 -to 0[01][23467] -step 500 -nst \
--method a-star -step 500 -nst \
--method a-star -to 0123467 -step 500 -nst \
--method random-dfs -seed 4 -to 0[0123467] -step 500 -nst \