SigCopy

Deadline: October 10th, 2014

1   Instructions

You must implement two programs sigsend and sigrecv, working as follows:

Example session:

# in shell 1
$ echo hello>test.txt
$ ./sigsend test.txt
12314

# in shell 2
$ ./sigrecv 12314
hello

2   Grading