annotate bin/quote @ 977:797fb6694b97

<shachaf> cp bin/quote bin/realquote; echo -n $'#!/bin/sh\nsleep 1\nrealquote "$@"\n' > bin/quote
author HackBot
date Sun, 09 Dec 2012 07:23:28 +0000
parents e037173e0012
children 44d4b2e5140d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 #!/bin/sh
977
797fb6694b97 <shachaf> cp bin/quote bin/realquote; echo -n $'#!/bin/sh\nsleep 1\nrealquote "$@"\n' > bin/quote
HackBot
parents: 0
diff changeset
2 sleep 1
797fb6694b97 <shachaf> cp bin/quote bin/realquote; echo -n $'#!/bin/sh\nsleep 1\nrealquote "$@"\n' > bin/quote
HackBot
parents: 0
diff changeset
3 realquote "$@"