annotate bin/love @ 1997:01ed6fb6b892

<ion> type love || (printf \'%s\\n\' \'#!/bin/sh\' \'printf "i love %s. they are so easy." "$*"\' >bin/love && chmod 755 bin/love && love instances)
author HackBot
date Sun, 03 Feb 2013 15:42:13 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1997
01ed6fb6b892 <ion> type love || (printf \'%s\\n\' \'#!/bin/sh\' \'printf "i love %s. they are so easy." "$*"\' >bin/love && chmod 755 bin/love && love instances)
HackBot
parents:
diff changeset
1 #!/bin/sh
01ed6fb6b892 <ion> type love || (printf \'%s\\n\' \'#!/bin/sh\' \'printf "i love %s. they are so easy." "$*"\' >bin/love && chmod 755 bin/love && love instances)
HackBot
parents:
diff changeset
2 printf "i love %s. they are so easy." "$*"