# HG changeset patch # User HackBot # Date 1455072997 0 # Node ID 1971fa6bc9bb0f7068b48d95469926e5fedee759 # Parent 8ab9d72109c9a5a6aef627f4f2a50241bfb0de95 ` echo \'if len(s.argv) != 2:print"I have nothing to say to you.";exit()\' >> bin/tomfoolery diff -r 8ab9d72109c9 -r 1971fa6bc9bb bin/tomfoolery --- a/bin/tomfoolery Wed Feb 10 02:53:54 2016 +0000 +++ b/bin/tomfoolery Wed Feb 10 02:56:37 2016 +0000 @@ -1,2 +1,3 @@ #!/usr/bin/env python import os as o,sys as s,subprocess as u +if len(s.argv) != 2:print"I have nothing to say to you.";exit()