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. *******************************************************************************/