From 6541b49a387b753b9ea4c8a12be154da9759c627 Mon Sep 17 00:00:00 2001 From: Thanos Lefteris Date: Sat, 11 Sep 2010 02:18:38 +0300 Subject: [PATCH] Remove duplicate unzip command from index page --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 18d07b8..5c02eed 100644 --- a/index.html +++ b/index.html @@ -70,7 +70,6 @@ layout: reference $ wget http://sample.com/project.2010-06-01.zip $ unzip project.2010-06-01.zip $ cp -R project.2010-06-01 project-my-copy - $ unzip project.2010-06-01.zip $ cd project-my-copy $ (change something) $ diff project-my-copy project.2010-06-01 > change.patch