diff options
author | root <root@krebs> | 2011-06-29 21:06:16 +0200 |
---|---|---|
committer | root <root@krebs> | 2011-06-29 21:06:16 +0200 |
commit | e0b0b90df26b9190bb24ecee0a3ddb26f4156438 (patch) | |
tree | 14bb71e0827f98c2a37f4cc10909fb7d39c46f6a /evan/Makefile | |
parent | 51be58b81cb1098f1278859648a0eee8e407f79d (diff) |
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
Diffstat (limited to 'evan/Makefile')
-rw-r--r-- | evan/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |