Sha256: bbcf6766ba5585bb279015475fcad59778717778bb2285283ef9a5a3bf4ae513

Contents?: true

Size: 423 Bytes

Versions: 60

Compression:

Stored size: 423 Bytes

Contents

#!/bin/sh

# Extract the path of the current directory.
# From now on you can refer to any file in the bot directory as:
# $BASEDIR/<my_file>
BASEDIR=$(dirname $0)


# Remember: nutella passes the `broker address`, the `app_id` and the `run_id`
# as command line parameters that you can access via $1, $2 and $3 respectively.

# Start your bot here with something like (example in ruby):
# ruby $BASEDIR/my_bot.rb $1 $2 $3

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
nutella_framework-0.9.2 data/startup
nutella_framework-0.9.1 data/startup
nutella_framework-0.9.0 data/startup
nutella_framework-0.8.0 data/startup
nutella_framework-0.7.3 data/startup
nutella_framework-0.7.2 data/startup
nutella_framework-0.7.1 data/startup
nutella_framework-0.7.0 data/startup
nutella_framework-0.6.21 data/startup
nutella_framework-0.6.20 data/startup
nutella_framework-0.6.19 data/startup
nutella_framework-0.6.18 data/startup
nutella_framework-0.6.17 data/startup
nutella_framework-0.6.16 data/startup
nutella_framework-0.6.15 data/startup
nutella_framework-0.6.13 data/startup
nutella_framework-0.6.12 data/startup
nutella_framework-0.6.11 data/startup
nutella_framework-0.6.10 data/startup
nutella_framework-0.6.9 data/startup