training-data
-added converter script -added converted training data
This commit is contained in:
3
daten/convert.sh
Normal file
3
daten/convert.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#/bin/bash
|
||||
BIN="../workspace-build/HandyGames"
|
||||
find . -name *.txt -print0 | xargs -0 $BIN
|
||||
Reference in New Issue
Block a user