5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
../perfect_hash.py ../animals.txt | ./py2dot | neato -Tps -Gstart=100 -o out.ps
|
||
|
|