log bin/uniqs @ 12256:821155c00e34 draft

age author description
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Sat, 18 Jul 2015 10:27:52 +0000 HackBot <Jafet> ` sed -i -e \'s,IOError,EOFError,\' bin/uniqs
Sat, 18 Jul 2015 10:26:47 +0000 HackBot <Jafet> ` sed -i -e \'s,python,/usr/bin/python,\' bin/uniqs
Sat, 18 Jul 2015 10:25:33 +0000 HackBot <Jafet> ` echo $\'#!python\\ns=set()\\ntry:\\n while True:\\n l=raw_input()\\n if l not in s:\\n s.add(l)\\n print(l)\\nexcept IOError:\\n pass\' > bin/uniqs && chmod +x bin/uniqs