summaryrefslogtreecommitdiff
path: root/bin/lazar-stop
diff options
context:
space:
mode:
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}`
+