diff options
author | gareth | 2007-02-27 23:31:14 +0000 |
---|---|---|
committer | gareth | 2007-02-27 23:31:14 +0000 |
commit | ed4dc30dc2b00628a3d6c298b6b2d6ec7f74ab56 (patch) | |
tree | c96e74cc05e4c6d6e97716c0c509fb0ec1693fc6 /caffeine.sh | |
parent | Brought in code from branches/gareth (diff) | |
download | opensim-SC_OLD-ed4dc30dc2b00628a3d6c298b6b2d6ec7f74ab56.zip opensim-SC_OLD-ed4dc30dc2b00628a3d6c298b6b2d6ec7f74ab56.tar.gz opensim-SC_OLD-ed4dc30dc2b00628a3d6c298b6b2d6ec7f74ab56.tar.bz2 opensim-SC_OLD-ed4dc30dc2b00628a3d6c298b6b2d6ec7f74ab56.tar.xz |
Brought in other OGS server components and the all-important caffeine script
Diffstat (limited to 'caffeine.sh')
-rw-r--r-- | caffeine.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/caffeine.sh b/caffeine.sh new file mode 100644 index 0000000..6387fff --- /dev/null +++ b/caffeine.sh | |||
@@ -0,0 +1,13 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | # WILL NOT BUILD WITHOUT THIS FILE, VERY IMPORTANT! | ||
4 | |||
5 | kill -9 `/var/run/brain/pituaritygland/melatonin` | ||
6 | /usr/sbin/service norephrine start | ||
7 | rm -rf /brain/receptors/adenosine/* | ||
8 | |||
9 | # Caused a conflict with taste.buds, removed for now | ||
10 | # drink /var/drinks/coffee | ||
11 | |||
12 | # We use this instead, enables implementation of the WINGS (Will Interefere with Need for General Sleep) protocol | ||
13 | drink /var/drinks/redbull | ||