I hereby claim:
- I am dinoshauer on github.
- I am dinoshauer (https://keybase.io/dinoshauer) on keybase.
- I have a public key ASACkcYccbcvyHPiEka8gIiY3i1OhYPdR0wZPb2WsiA3Qgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
function npm() { | |
case $* in | |
init* ) shift 1; command npm init "$@" && wget https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore -O .gitignore ;; | |
* ) command npm "$@" ;; | |
esac | |
} |
#!/bin/bash | |
# process arguments | |
while [[ $# -gt 0 ]] | |
do | |
case "$1" in | |
*:* ) | |
HOST=$1 | |
shift 1 | |
;; | |
--) |
To reproduce the weird state:
test-kazoo.py
test-kazoo.py
process, you will see that the watcher is not being fired in one of them and the rest of the processes seems to have entered a dead-lock[program:node-api] | |
user=root | |
command=/home/root/node/api.js 8000 | |
stdout_logfile=/home/root/logs/%(program_name)s.log | |
redirect_stderr=true | |
autorestart=true | |
[program:node-crunch] | |
user=root | |
command=/home/root/node/crunch.js |