summaryrefslogtreecommitdiff
path: root/bin/lazar-stop
blob: 67e72e9b723ea7d414718f8a479c259f02ba6abe (plain)
1
2
3
4
5
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}`