From 1a92a6991d8980a0a00e3042b25cbd0bd1ec1577 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Fri, 20 Dec 2013 20:40:22 +0100 Subject: [PATCH] Rename mxsh to sh. --- utils/.gitignore | 1 - utils/Makefile | 4 ---- utils/{mxsh.cpp => sh.cpp} | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) rename utils/{mxsh.cpp => sh.cpp} (99%) diff --git a/utils/.gitignore b/utils/.gitignore index a8ff0027..770ccb9c 100644 --- a/utils/.gitignore +++ b/utils/.gitignore @@ -25,7 +25,6 @@ ls memstat mkdir mv -mxsh pager pwd rm diff --git a/utils/Makefile b/utils/Makefile index 43af2ca8..004b07b9 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -41,7 +41,6 @@ ls \ memstat \ mkdir \ mv \ -mxsh \ pager \ pwd \ rm \ @@ -73,9 +72,6 @@ uninstall: %: %.cpp $(CXX) -std=gnu++11 $(CPPFLAGS) $(CXXFLAGS) $< -o $@ -sh: mxsh - cp $< $@ - clean: rm -f $(BINARIES) *.o diff --git a/utils/mxsh.cpp b/utils/sh.cpp similarity index 99% rename from utils/mxsh.cpp rename to utils/sh.cpp index 8ca33987..2daf25e8 100644 --- a/utils/mxsh.cpp +++ b/utils/sh.cpp @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . - mxsh.cpp + sh.cpp A simple and hacky Sortix shell. *******************************************************************************/