#!/bin/bash
gcc -o cs_exec cs_exec.c
gcc -o cs_clone cs_clone.c
./cs_exec -M from bash 
