From 390126b6f656237ca0dbcef12d50647c50f58cfa Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Fri, 24 Jan 2014 17:08:06 -0800 Subject: [PATCH] Moved the sh script that was in the candy factory style to the The One style, because pipes are really monadic in nature. Great example too. --- 05-candy-factory/tf-05.sh => 09-the-one/tf-09.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 05-candy-factory/tf-05.sh => 09-the-one/tf-09.sh (100%) diff --git a/05-candy-factory/tf-05.sh b/09-the-one/tf-09.sh similarity index 100% rename from 05-candy-factory/tf-05.sh rename to 09-the-one/tf-09.sh