mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2025-06-29 00:30:24 +02:00
gem: refactor gemspec, exclude tests from gem, move binaries to ./exe
- based on recommendations of https://piotrmurach.com/articles/writing-a-ruby-gem-specification/
This commit is contained in:
5
exe/openvpn-status-web
Executable file
5
exe/openvpn-status-web
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require 'openvpn-status-web'
|
||||
|
||||
OpenVPNStatusWeb::Daemon.run!
|
Reference in New Issue
Block a user