Basically what it does is grab some files from the repository, removes newlines and prints it.
cat $(find -type f | shuf -n 1) | tr -d '\n' | print
Basically what it does is grab some files from the repository, removes newlines and prints it.
That didn't take me 10 minutes to come up with, let alone run.