QuotesThis script basically reads a given file into an array, picks a random line from the array, and returns that line. It includes some basic error-checking, but it`s...
This script basically reads a given file into an array, picks a random line from the array, and returns that line. It includes some basic error-checking, but it`s not very fancy or pretty.