From b3a7c1f760c26cf6bdcc973d2ccc0b1c3802c250 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Fri, 15 Nov 2013 22:14:22 +0100 Subject: [PATCH] swap order of some output --- holy-haskell.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/holy-haskell.sh b/holy-haskell.sh index b0ebba6..94bd5e4 100755 --- a/holy-haskell.sh +++ b/holy-haskell.sh @@ -107,7 +107,9 @@ cd $project print -- "Initialize git" git init . -print -- ".gitignore" +print -- "Create files" + +print -- "\t.gitignore" >.gitignore cat < $project.cabal cat <