https://github.com/theoguerin64/pipex
42 project to learn redirection and pipes
https://github.com/theoguerin64/pipex
c pipe
Last synced: about 1 month ago
JSON representation
42 project to learn redirection and pipes
- Host: GitHub
- URL: https://github.com/theoguerin64/pipex
- Owner: TheoGuerin64
- Created: 2023-09-11T14:44:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-16T15:46:37.000Z (about 1 year ago)
- Last Synced: 2025-01-24T16:14:32.890Z (3 months ago)
- Topics: c, pipe
- Language: C
- Homepage:
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pipex
The goal of this project is to implement bash pipes and redirections.
Subject: ## Usage
- Clone the repo: `git clone https://github.com/TheoGuerin64/pipex.git`
- Build the project with `make` or `make bonus` depending on which part interests you
- You good to go!