From: AceVest Date: Wed, 26 Nov 2014 14:17:54 +0000 (+0800) Subject: rm works X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=638993b90180e0bc072d9ff44db69b924caf9046;p=acecode.git rm works --- diff --git a/works/ish/BinaryTree.cc b/ish/BinaryTree.cc similarity index 100% rename from works/ish/BinaryTree.cc rename to ish/BinaryTree.cc diff --git a/works/ish/BinaryTree.h b/ish/BinaryTree.h similarity index 100% rename from works/ish/BinaryTree.h rename to ish/BinaryTree.h diff --git a/works/ish/Cmd.cc b/ish/Cmd.cc similarity index 100% rename from works/ish/Cmd.cc rename to ish/Cmd.cc diff --git a/works/ish/Cmd.h b/ish/Cmd.h similarity index 100% rename from works/ish/Cmd.h rename to ish/Cmd.h diff --git a/works/ish/Common.cc b/ish/Common.cc similarity index 100% rename from works/ish/Common.cc rename to ish/Common.cc diff --git a/works/ish/Common.h b/ish/Common.h similarity index 100% rename from works/ish/Common.h rename to ish/Common.h diff --git a/works/ish/Debug.h b/ish/Debug.h similarity index 100% rename from works/ish/Debug.h rename to ish/Debug.h diff --git a/works/ish/Ish.cc b/ish/Ish.cc similarity index 100% rename from works/ish/Ish.cc rename to ish/Ish.cc diff --git a/works/ish/Ish.h b/ish/Ish.h similarity index 100% rename from works/ish/Ish.h rename to ish/Ish.h diff --git a/works/ish/Makefile b/ish/Makefile similarity index 100% rename from works/ish/Makefile rename to ish/Makefile diff --git a/works/ish/Parser.cc b/ish/Parser.cc similarity index 100% rename from works/ish/Parser.cc rename to ish/Parser.cc diff --git a/works/ish/Parser.h b/ish/Parser.h similarity index 100% rename from works/ish/Parser.h rename to ish/Parser.h diff --git a/works/ish/README.txt b/ish/README.txt similarity index 100% rename from works/ish/README.txt rename to ish/README.txt diff --git a/works/ish/Scanner.cc b/ish/Scanner.cc similarity index 100% rename from works/ish/Scanner.cc rename to ish/Scanner.cc diff --git a/works/ish/Scanner.h b/ish/Scanner.h similarity index 100% rename from works/ish/Scanner.h rename to ish/Scanner.h diff --git a/works/ish/StringBuffer.cc b/ish/StringBuffer.cc similarity index 100% rename from works/ish/StringBuffer.cc rename to ish/StringBuffer.cc diff --git a/works/ish/StringBuffer.h b/ish/StringBuffer.h similarity index 100% rename from works/ish/StringBuffer.h rename to ish/StringBuffer.h diff --git a/works/ish/Variables.cc b/ish/Variables.cc similarity index 100% rename from works/ish/Variables.cc rename to ish/Variables.cc diff --git a/works/ish/Variables.h b/ish/Variables.h similarity index 100% rename from works/ish/Variables.h rename to ish/Variables.h diff --git a/works/ish/main.cc b/ish/main.cc similarity index 100% rename from works/ish/main.cc rename to ish/main.cc diff --git a/works/ish/scripts/a.sh b/ish/scripts/a.sh similarity index 100% rename from works/ish/scripts/a.sh rename to ish/scripts/a.sh diff --git a/works/ish/scripts/t.sh b/ish/scripts/t.sh similarity index 100% rename from works/ish/scripts/t.sh rename to ish/scripts/t.sh diff --git a/works/ish/scripts/t_1.sh b/ish/scripts/t_1.sh similarity index 100% rename from works/ish/scripts/t_1.sh rename to ish/scripts/t_1.sh diff --git a/works/ish/scripts/t_3.sh b/ish/scripts/t_3.sh similarity index 100% rename from works/ish/scripts/t_3.sh rename to ish/scripts/t_3.sh diff --git a/works/ish/scripts/t_parser.sh b/ish/scripts/t_parser.sh similarity index 100% rename from works/ish/scripts/t_parser.sh rename to ish/scripts/t_parser.sh