GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: My environmental monitoring stuff for the house.
Clone URL: git://github.com/dustin/environ.git
environ / startenviron
100755 16 lines (11 sloc) 0.334 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
 
# see the -detached flag
 
# Cluster (purple)
# ./startenviron \
# -sname temp -config priv/configs/purple -detached -noinput -boot environ
 
# Regular
# ./startenviron -noinput -boot environ
 
# interactive
erl "$@" -mnesia dir "\"$HOME/tmp/mnesia\"" \
  -pa $HOME/lib/erlang/smtp_client-1.1/ebin/ \
  -pa ebin -boot environ