There are 0 repository under redirections topic.
All in One SEO plugin for WordPress SEO
Super simple Cloudflare Worker that performs redirections and serves a static site from Cloudflare Workers KV
🐚 Own implementation of the shell. As beautiful as a shell.
This project involves creating a simple shell with Bash as a reference
The goal of this new project is to create a simple shell (just like a small bash), which will help you apprehended processes and file descriptors.
minishell is a custom shell implementation that replicates core bash features, including command history, path resolution, redirections, pipes, environment variables, signal handling, and built-in commands like echo, cd, and env. It offers a comprehensive shell experience for understanding Unix-like shell internals.
Low level C Shell with built-ins included and redirections
Simple redirector tool. Integrated with Storyblok.
Minishell is a simple shell created as part of my 1337 (42 Network) studies. It supports basic command execution, pipes, redirections, environment variables, and built-in commands like cd, pwd, echo, and more. It also handles signals (Ctrl-C, Ctrl-D) and offers a history feature.
42 project - pipex - This project is about to learn and implement the concepts of redirections, pipes, child and parent processes.
Simple implementation of a basic linux shell in C, capable of handling any executable binary (need to give the absolute path), pipes, I/O redirections, as given in the ReadMe file.
A minimal Bash-like shell written in C
Making a shell with C.
Epitech tek1 project. Pipes and redirections on shell programming. 100% of tests passed.
pipex is a project which aims to teach you how to work with pipes and redirections (infiles, outfiles, here-docs and appends)
Basic shell that handles pipes, redirections, var, history, builtins, &&, || and so on. It is inspired by TCSH.
Custom shell with handled pipes, redirections, and builtin-functions. The project was done in July 2021.
A Ruby project based on Puma web server and Sinatra DSL, managing multiple redirections.
Very-simple & idiomatic URL forwarder.
This repository is used to prepare my self as much as possible before I start to use bad script to hack things with various Languages
Project about managing basic Redirection and Piping of commands
Our own little bash. 42 Madrid cursus project.
This project covers two main concepts which are Redirections and Pipes. It's an introductory project for my next bigger UNIX projects.