GodWordsSeptember2018
#!/bin/bash
#This prints random words.
echo "$(shuf -n 32 ./September2018.TXT --random-source=/dev/urandom | tr '\n' ' ')"INFO
#!/bin/bash
#This prints random words.
echo "$(shuf -n 32 ./September2018.TXT --random-source=/dev/urandom | tr '\n' ' ')"