description | Simple shell made in C++11 |
homepage URL | https://github.com/vrmiguel/minishell-2 |
repository URL | https://github.com/vrmiguel/minishell-2.git |
owner | vrmiguel99@gmail.com |
last change | Fri, 5 Jun 2020 00:24:08 +0000 (4 21:24 -0300) |
last refresh | Thu, 21 Nov 2024 08:20:53 +0000 (21 09:20 +0100) |
mirror URL | git://repo.or.cz/minishell-2.git |
https://repo.or.cz/minishell-2.git | |
ssh://git@repo.or.cz/minishell-2.git | |
bundle info | minishell-2.git downloadable bundles |
content tags |
Unix shell written in pure C++11.
Run qmake && make
on the root folder.
Run
g++ -c -pipe -std=gnu++11 -Wall -W -fPIC -I. Sources/main.cpp Sources/opsys.cpp Sources/input.cpp
followed by g++ -Wl,-O1 -o minishell-2 input.o main.o opsys.o
4 years ago | master | logtree |
4 years ago | set-up-semaphore | logtree |