add pgn-extract 22.11

This commit is contained in:
2024-01-22 07:30:05 +01:00
parent 1051ced4dc
commit abaff964ca
248 changed files with 63176 additions and 0 deletions

8
add-timectl.bash Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
str='[TimeControl "3600"]'
str='[TimeControl "40/7200:20/3600:3600"]'
filein="$1"
fileout="$filein.new"
echo "in=$filein out=$fileout"
sed -e '/^\[Black ".*"\]/a '"$str" < "$filein" > "$fileout"