This file is indexed.

/usr/share/freecell-solver/presets/yellow-brick-road.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
#!/bin/sh

freecell-solver-range-parallel-solve 1 32000 1 \
--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 \