custom-shell
There are 25 repositories under custom-shell topic.
AlexSartori/custom-shell
A custom bash-like shell written in C for the Operating Systems course at UniTN. Team TreUova 🥚🥚🥚
compilepeace/WEBSERVER_EXPLOIT
This repository contains exploit to the webserver from the NETWORK_PROGRAMS repository.
ScottN13/boxpyShell
my own shell with python
SuddenlyPineapple/sexyOS
sexyOS is prototypical basic C++ terminal operating system made as a final project for Operating System at Poznan University of Technology
John-Leitch/DamselflyShell
A lightweight custom shell for Windows.
MinightDev/simple_shell
A custom shell implemented in C that supports executing commands, handling environment variables, and built-in commands like setenv, unsetenv, exit, and echo. It provides a basic interactive shell interface where you can enter commands and receive output.
ItsThatOneJack-Dev/CPPS
C++S, a work in progress novelty shell written in C++ code by a newbie to the language.
Prakhar824/concurrent-shell
this repo contains the shell which is similar to other linux shells but will be able to run the commands concurrently
Banu-Prasanth-Pulicharla/custom-shell-creation
This shell will help one learn about processes and basic process management in a shell.
kostakis/Linux-Shell
A simple linux C++ shell
Monksc/ishell
It's an improvement to any shell.
Nikhil190804/SimpleShell-And-Scheduler-In-C
This is a simple shell and scheduler built in C language. Simple Shell provides the user with a command line interface to submit jobs (processes) and then after certain time scheduler runs those jobs in a round robin fashion.
a-l-r1/proj.run-uwp-apps-with-windows-custom-shell
Run UWP apps (e.g. ImmersiveControlPanel / System Settings) under Windows custom shells (e.g. BBLean)
a-l-r1/windows-custom-shell-three-finger-tap-enabler
Simulate middle-button clicks using three-finger taps even under custom shells; based on github.com/emoacht/RawInput.Touchpad
AlanLuu/alsh
My implementation of a UNIX shell in C
Demido-Ltd/Shell
Hub interface for managing and updating all Demido services.
isabellaboone/Shell-Project
A custom made shell to execute commands. Supports input/output redirection, piping, .bashrc, and environment variables. Completed for Operating Systems (CMPE320) in Spring 2021.
Sergio00166/OEPWS
A try to make a windows shell
SHUBHAMSHARMA-0711/Custom-Unix-Linux-Shell
Custom Unix/Linux Shell, I developed as part of an Operating Systems course Assignment at IIITD. All Commands are implemented using both the fork system call and pthreads.
adityatripathiiit/Shell-In-C
A custom Linux shell implemented in C.
Ashwin-op/Linux_Shell
A hand built, custom made Linux shell with history, change directory, exit, etc.
CKShetty4/ShellCommander
A custom C++ shell with support for basic commands, piping, redirection, background tasks, and signal handling
damlakayikci/dash
The Damla Shell
jskrable/custom-shell
custom shell written in C designed for Ubuntu 16
rvk007/My-Shell
A custom simplified version of Unix shell.