/usr/share/freecell-solver/presets/hello-world.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 12 13 | #!/bin/sh
freecell-solver-range-parallel-solve 1 32000 1 \
--method random-dfs -to [01][23456789] -seed 1 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 2 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 3 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 4 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 5 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 6 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 7 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 8 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 9 -step 500 -nst \
--method random-dfs -to [01][23456789] -seed 10 -step 500
|