diff options
author | Nat Lasseter <nat.lasseter@york.ac.uk> | 2020-02-28 18:11:48 +0000 |
---|---|---|
committer | Nat Lasseter <nat.lasseter@york.ac.uk> | 2020-02-28 18:11:48 +0000 |
commit | 6c192e01dad7e9947c466eff521fe22ac775fcd6 (patch) | |
tree | 5ab4c8a7fd92c57d8b02e1009acae173f64f7b36 /longboat |
Initial commit
Diffstat (limited to 'longboat')
-rwxr-xr-x | longboat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/longboat b/longboat new file mode 100755 index 0000000..3907d87 --- /dev/null +++ b/longboat @@ -0,0 +1,10 @@ +#!/usr/bin/env ruby +$LOAD_PATH << './lib' + +require 'longboat' +require 'longboat/jobs' +#require 'longboat/server' + +Longboat::Metrics.collect! +puts Longboat::Metrics +#Longboat::Server.serve! |