1.1 ! kristaps 1: #! /bin/sh ! 2: ! 3: rm -f dict/* ! 4: ! 5: for f in `cat words` ! 6: do ! 7: printf "$f" > dict/$f ! 8: done