Add very basic Chronicle run script
This commit is contained in:
parent
cd00a6a150
commit
24bd7553fa
1 changed files with 5 additions and 0 deletions
5
chronicle
Executable file
5
chronicle
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
require_relative 'lib/chronicle_bot'
|
||||
|
||||
Chronicle::Matrix.start(ARGV)
|
Loading…
Reference in a new issue