mirror of
https://github.com/discourse/discourse.git
synced 2026-08-09 19:02:51 +08:00
7 lines
89 B
Ruby
Executable file
Vendored
7 lines
89 B
Ruby
Executable file
Vendored
#!/usr/bin/env ruby
|
|
|
|
require "bundler/setup"
|
|
require "holidays"
|
|
|
|
require "irb"
|
|
IRB.start
|