changeset 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 77ba48eeaa0e
children 3bdb12e6302e
files bin/love
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/love	Sun Feb 03 15:42:13 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+printf "i love %s. they are so easy." "$*"