# HG changeset patch # User HackBot # Date 1448555903 0 # Node ID c98e5b8f8ba802e51689377737079d1064319ee5 # Parent 4ff4e405cf93ac5da8e72680a01e0d87da7af7cd echo \'cat "$(find evil -type f | shuf -n1)" | \'"tr \'[:lower:]\' \'[:upper:]\'" > bin/evil diff -r 4ff4e405cf93 -r c98e5b8f8ba8 bin/evil --- a/bin/evil Thu Nov 26 16:37:36 2015 +0000 +++ b/bin/evil Thu Nov 26 16:38:23 2015 +0000 @@ -1,1 +1,1 @@ -cat "$(find evil -type f | shuf -n1)" +cat "$(find evil -type f | shuf -n1)" | tr '[:lower:]' '[:upper:]'