Sha256: 2fec81eb4bf9504a6ba8b544882362a921abda4f110a7962a6f654360c3729eb
Contents?: true
Size: 442 Bytes
Versions: 18
Compression:
Stored size: 442 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # add lib to libpath (only needed when running from the sources) require 'pathname' lib_path = File.expand_path('../../lib', Pathname.new(__FILE__).realpath) $LOAD_PATH.unshift lib_path unless $LOAD_PATH.include?(lib_path) STDOUT.sync = true require 'superbot' require 'superbot/cloud' begin require "superbot/local" rescue LoadError p # do nothing end Superbot::CLI::RootCommand.run
Version data entries
18 entries across 18 versions & 1 rubygems