mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-11-01 00:56:14 +01:00
7 lines
91 B
Ruby
Executable File
7 lines
91 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'dyndnsd'
|
|
|
|
Dyndnsd::Daemon.run!
|