File: fc_solve_common.bash

package info (click to toggle)
freecell-solver 3.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,864 kB
  • ctags: 3,658
  • sloc: ansic: 34,721; perl: 12,320; xml: 5,999; python: 1,149; sh: 965; ruby: 347; cpp: 304; makefile: 151
file content (9 lines) | stat: -rw-r--r-- 322 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/bash
export FCS_PATH="$HOME/fc-solve-bakers-game-range"
export FCS_MAX_DEAL_IDX="4000" FCS_PRESET_CONFIG="-g bakers_game"
export FCS_MIN_DEAL_IDX="1"
export FCS_DEALS_PER_BATCH="1"

if test -z "$FCS_SOURCE_URL" ; then
    export FCS_SOURCE_URL="http://fc-solve.googlecode.com/svn/fc-solve/trunk/fc-solve/source"
fi