changeset 8288:809760413fab

<shachaf> mkx bin/spore//echo 1 > /hackenv/tmp/spline; cat > /hackenv/tmp/spout; lines="$(wc -l /hackenv/tmp/spout)" | awk \'{print $1}\'; echo "$lines lines"
author HackBot
date Fri, 03 Jun 2016 00:30:31 +0000
parents 75974731e97c
children 42e5c986c34b
files bin/spore
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/spore	Fri Jun 03 00:30:31 2016 +0000
@@ -0,0 +1,1 @@
+echo 1 > /hackenv/tmp/spline; cat > /hackenv/tmp/spout; lines="$(wc -l /hackenv/tmp/spout)" | awk '{print $1}'; echo "$lines lines"