annotate script.py @ 6060:a8148392765d

<ais523> ` echo \'echo "$1" | as -c /dev/stdin -o temp.o; objdump -d temp.o | sed -e "1,/0000000000000000/d"\' >> bin/asm
author HackBot
date Fri, 16 Oct 2015 22:33:39 +0000
parents a63cb3ea5ec5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5721
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
1 users = ['hppavilion1', 'Not ZombieCheney']
5722
a63cb3ea5ec5 <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file (If you did it, you are hardcore):\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5721
diff changeset
2 print 'These are the users who bothered to edit our file (If you did it, you are hardcore):'
5721
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
3 for x in users:
c9c39dde04be <hppavilion1> (echo "users = [\'hppavilion1\', \'Not ZombieCheney\']"; echo "print \'These are the users who bothered to edit our file:\'"; echo "for x in users:"; echo " print(x+\', \')") > script.py
HackBot
parents: 5718
diff changeset
4 print(x+', ')