From 2a58f1af8074963ccbeec13a10811fefe2ceb113 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 29 Jun 2011 21:06:16 +0200 Subject: added evan script evan: espeak sublimal messages, -d for daemonization (in while loop with random delay) evan-startup: startup script for init.d (does the totally right thing on debian satz-liste: contains the list of things to be espeaked Makefile: do make infest for the right thing --- evan/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 evan/Makefile (limited to 'evan/Makefile') diff --git a/evan/Makefile b/evan/Makefile new file mode 100644 index 00000000..366e86ee --- /dev/null +++ b/evan/Makefile @@ -0,0 +1,8 @@ +.PHONY: infect +INSTALL_DIR = /root/bin +infect: + mkdir -p ${INSTALL_DIR} + cp evan ${INSTALL_DIR} + cp evan-startup /etc/init.d/evan + update-rc.d evan start + -- cgit v1.2.3