GithubHelp home page GithubHelp logo

amaitou / minishell Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 331 KB

Explore shell programming with our Minishell project – a lightweight, interactive command-line shell built entirely in C. Experience a hands-on journey in creating a basic yet functional shell, delving into process handling, command execution, and user input parsing. Engage with the fundamentals of shell implementation in this educational endeavor.

Makefile 2.56% C 97.44%
1337school 42cursus 42network c minishell42

minishell's Introduction


there-s-no-place-like-127-0-0-1-meme-pds88idzc1kmbbli

Overview


About me

I'm Amine Ait Ouazghour, a 24-year-old software engineering student at 1337. My passion is web development and problem-solving. I am a dedicated and detail-oriented individual with a talent for coding and a love for tackling complex challenges.

Get In Touch

Gmail LinkedIn Twitter


Languages & Tools

Here are the programming languages I develop ideas with, as well as the tools & microservices I rely on.


Programming Markup Frameworks Databases DevOps Management Design
C C++ Python JavaScript HTML5 CSS3 Pug Sass Bootstrap React Node.js Express.js Django PostgreSQL MongoDB Docker GitHub Git Notion Google Docs Figma

Github Stats

With these cards you can see the stats about my Github profile, (total number of starts and PRs, number of commits ...etc).


amaitou's GitHub stats amaitou's most used languages

42's Projects

Explore the projects from 42's Piscine and subsequent projects.

amait-ou's 42 stats Giphy

┌──┤ 42/1337 PROJECTS ├───────▰▰▰
│
├─◈ Piscine 2022
├─◈ libft
├─◈ ft_printf
├─◈ get_next_line
├─◈ Born2beRoot
├─◈ minitalk
├─◈ so_long
├─◈ push_swap
├─◈ Philosophers
├─◈ minishell
├─◈ NetPractice
├─◈ Cub3D
├─◈ CPP_Modules
├─◈ Webserv
├─◈ 42Exams
│
└───────────────────────────────▰▰▰

For more information about the 42 Network where I follow my studies, feel free to check this repository 42/1337


minishell's People

Contributors

amaitou avatar bilalbouagou avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

minishell's Issues

Infinite loop

infinite loop of "None" when passing a command to minishell via pipe, i.e. : echo -e "echo\tmish" | ./minishell

segmentation fault

quotes_removal function causes minishell to segfault

'$PWD' => [1] 6278 segmentation fault ./minishell

LEXER ERROR

'"'$PWD $HOME'"' is splitted like this :
[.] '"'
[.] /Users/bbouagou/projetcs/Minishell
[.] /Users/bbouagou'"'

instead it should split like this:
[.] '"'/Users/bbouagou/projetcs/Minishell
[.] /Users/bbouagou'"'

Lexer error

' $PWD '$HOME' '$LOL'' is splitted like this:

[.] ' $PWD '
[.] $HOME' '
[.] $LOL''

Fix this $(PWD)

$(PWD)

your input -> $)
expected output -> /Users/amait-ou/Desktop/Minishell

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.