mirror of
https://github.com/usetrmnl/terminus.git
synced 2026-08-13 14:29:27 -07:00
Necessary to download firmware updates on a daily basis (can be customized). Milestone: minor
11 lines
185 B
Ruby
Executable File
11 lines
185 B
Ruby
Executable File
#! /usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require "bundler/setup"
|
|
Bundler.require :tools
|
|
|
|
require "hanami/prepare"
|
|
|
|
poller = Hanami.app["aspects.firmware.poller"]
|
|
poller.call
|