names.io/generation/scripts/cs.cmu.edu.ai-repository/transform.sh

4 lines
98 B
Bash
Raw Normal View History

2020-08-19 08:26:16 +02:00
#!/usr/bin/env bash
cp $1/names.txt $1/first-names.csv.out
cp $1/family.txt $1/last-names.csv.out