comparison 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
comparison
equal deleted inserted replaced
1996:77ba48eeaa0e 1997:01ed6fb6b892
1 #!/bin/sh
2 printf "i love %s. they are so easy." "$*"