summaryrefslogtreecommitdiff
path: root/bin/lazar-stop
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-05-12 10:21:50 +0000
committergebele <gebele@in-silico.ch>2016-05-12 10:21:50 +0000
commit171d6e675a0e1c209340d2988e3a39d06999d18c (patch)
treed30c569bc3cbf24e6dd3da7d1a9e5092585c6e38 /bin/lazar-stop
parentb0104928c6b8d92c8980dcf42c6c32450fc63c1b (diff)
added start and stop script
Diffstat (limited to 'bin/lazar-stop')
-rwxr-xr-xbin/lazar-stop6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/lazar-stop b/bin/lazar-stop
new file mode 100755
index 0000000..67e72e9
--- /dev/null
+++ b/bin/lazar-stop
@@ -0,0 +1,6 @@
+#!/usr/bin/env ruby
+bin_dir = File.expand_path(File.dirname(__FILE__))
+shell_script_path = File.join(bin_dir, 'lazar-stop.sh')
+
+`#{shell_script_path}`
+