summaryrefslogtreecommitdiff
path: root/bin/nano-lazar-stop
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2016-10-31 16:09:18 +0000
committergebele <gebele@in-silico.ch>2016-10-31 16:09:18 +0000
commit678a9e60be4a9a6b0c59969a0f6e0266885337fa (patch)
tree7e16ae9ce6e5946d250d9be9031ec6f4b520e9a4 /bin/nano-lazar-stop
parentd05b5b91249a846b68c755d3716abc7343670a2a (diff)
updated README; added service commands for the gem
Diffstat (limited to 'bin/nano-lazar-stop')
-rw-r--r--bin/nano-lazar-stop5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/nano-lazar-stop b/bin/nano-lazar-stop
new file mode 100644
index 0000000..b3ef727
--- /dev/null
+++ b/bin/nano-lazar-stop
@@ -0,0 +1,5 @@
+#!/usr/bin/env ruby
+bin_dir = File.expand_path(File.dirname(__FILE__))
+shell_script_path = File.join(bin_dir, 'nano-lazar-stop.sh')
+
+`#{shell_script_path}`