Code & Deploy
Code
Models
Repos
Sign in
@setoelkahfi
/
homebrew-tap
homebrew-tap
/
bin
/
jobs
Code
Commits
Pulls
CI/CD
205
main
main
text
6 lines
117 Bytes
Copy permalink
Copy
Raw
1
#!/usr/bin/env ruby
2
3
require_relative
"../config/environment"
4
require
"solid_queue/cli"
5
6
SolidQueue
::
Cli
.
start
(
ARGV
)