valley: call srand so that actual random phrases are used
This commit is contained in:
parent
b989e691cf
commit
a8d747d994
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/awk -f
|
#!/bin/awk -f
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
srand
|
||||||
phrases=", like,\
|
phrases=", like,\
|
||||||
, y'know,\
|
, y'know,\
|
||||||
, or whatever,\
|
, or whatever,\
|
||||||
|
|
Loading…
Reference in a new issue