This repo contains some code samples from my Systems Programming course.
Contents of this repo:
junk.sh -- A simple bash script which provides the basic functionality
of a recycle bin.
minishell.c -- A program which provides the basic functionality
of a shell.
mtsieve.c -- A program which finds prime numbers using multithreading and
segmented sieve of eratosthenes algorithm.
chatclient.c -- A implementation of basic a chat client as described by a
given specifcation. Header file not included in the repo.