#!/bin/bash

grep cookie /proc/$$/sched
echo "should be non-zero!!"
read -p "[[ Press key to start some processes and threads ]]" ch    
./cs_clone -v 1  -P 40 -T 10 -d 5
