Sha256: 984f93b051df772b15dc767584009c0ff55fce53119c995ff044d75b9efc89ac
Contents?: true
Size: 399 Bytes
Versions: 2
Compression:
Stored size: 399 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 that nutella passes the run_id and the broker name as # command line parameters that you can access via $1 and $2 respectively. # Start your bot here with something like (example in ruby): # ruby $BASEDIR/my_bot.rb $1 $2
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nutella_framework-0.3.1 | data/startup |
nutella_framework-0.3.0 | data/startup |