annotate bin/z @ 2874:f3d155a01289

<shachaf> echo $\'#!/bin/bash\\nyes "$@"\' > bin/z; chmod +x bin/z; wc bin/z
author HackBot
date Mon, 06 May 2013 14:47:30 +0000
parents
children c3b02439a398
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2874
f3d155a01289 <shachaf> echo $\'#!/bin/bash\\nyes "$@"\' > bin/z; chmod +x bin/z; wc bin/z
HackBot
parents:
diff changeset
1 #!/bin/bash
f3d155a01289 <shachaf> echo $\'#!/bin/bash\\nyes "$@"\' > bin/z; chmod +x bin/z; wc bin/z
HackBot
parents:
diff changeset
2 yes "$@"