mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Rename mxsh to sh.
This commit is contained in:
parent
98a87fa1e5
commit
1a92a6991d
3 changed files with 1 additions and 6 deletions
1
utils/.gitignore
vendored
1
utils/.gitignore
vendored
|
@ -25,7 +25,6 @@ ls
|
|||
memstat
|
||||
mkdir
|
||||
mv
|
||||
mxsh
|
||||
pager
|
||||
pwd
|
||||
rm
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
You should have received a copy of the GNU General Public License along with
|
||||
this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
mxsh.cpp
|
||||
sh.cpp
|
||||
A simple and hacky Sortix shell.
|
||||
|
||||
*******************************************************************************/
|
Loading…
Reference in a new issue