Current section
Files
Jump to
Current section
Files
lib/herb/utils.ex
defmodule UrbitEx.Herb.Utils do
alias UrbitEx.{Utils, Herb}
@gurgle "3.226.97.134"
def get_ip(ship) do
command =
"`@if`=/(ss .^(ship-state:ames ax+/=//=/peers/#{Utils.add_tilde(ship)}) ?>(?=(%known -.ss) p.lane.u.+.route.ss))"
Herb.run(command)
end
end