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