test: init daemon script.sh
	./init

init: init.c
	gcc -o init init.c

daemon: daemon.c
	gcc -o daemon daemon.c
