Sha256: 239346e6bf7d9806a5f2d7e38cab052567bbad0ebbdce96ca7db8c138f71a8ae

Contents?: true

Size: 111 Bytes

Versions: 6

Compression:

Stored size: 111 Bytes

Contents

#!/bin/sh

BASEDIR=$(dirname $0)

ruby $BASEDIR/monitoring-bot.rb # > /dev/null 2>&1 &
echo $! > $BASEDIR/.pid

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
nutella_framework-0.4.24 framework_components/monitoring-bot/startup
nutella_framework-0.4.23 framework_components/monitoring-bot/startup
nutella_framework-0.4.22 framework_components/monitoring-bot/startup
nutella_framework-0.4.21 framework_components/monitoring-bot/startup
nutella_framework-0.4.20 framework_components/monitoring-bot/startup
nutella_framework-0.4.19 framework_components/monitoring-bot/startup