More notes on the possible min/max method.
[pachi/pachi-r6144.git] / t-play / autotest / autotest-lib
blob41d2c5a83b96441dcf1d2478ed4ea2dfb8e0caf9
1 # Library of common shell functions for the autotest framework.
3 set -e # errors are fatal
6 # Client helpers.  $clientid must be set.
8 log() {
9         echo -e "$(date)\t$*" >>"c/$clientid/log"
13 # Generic functions.
15 pairid() {
16         echo "$*" | tr ' ' '-'