annna-stop - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
annna-stop (237B) | |
--- | |
1 #!/bin/sh | |
2 # | |
3 # Dare you to execute this script! You are cruel! | |
4 # | |
5 | |
6 export PATH="$PATH:/home/annna/bin" | |
7 | |
8 cfgbase="$HOME/annna" | |
9 [ -f "${cfgbase}/running" ] && rm -f "${cfgbase}/running" | |
10 | |
11 annna-stop-ii | |
12 annna-stop-checker | |
13 annna-stop-services | |
14 |