mirror of
https://github.com/System-End/hackatime.git
synced 2026-04-20 00:35:22 +00:00
6 lines
117 B
Ruby
Executable file
6 lines
117 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
require_relative "../config/environment"
|
|
require "solid_queue/cli"
|
|
|
|
SolidQueue::Cli.start(ARGV)
|