#!/bin/sh # Scid vs. PC # # Based on Shane's Chess Information Database # # Copyright Steven Atkinson (stevenaaus@yahoo.com) , Pascal Georges, Shane Hudson # Released under the GPL # This is freely redistributable software; see the file named "COPYING" # or "copying.txt" that came with this program. # The next line restarts using tkscid: \ exec `dirname $0`/tkscid "$0" "$@" # Alter the version if any patches have been made to the Tcl code only: set scidVersion 4.12 set scidVersionDate {Mar 25, 2014} ... ...