mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-13 12:45:05 -05:00
5 lines
61 B
Ruby
Executable File
5 lines
61 B
Ruby
Executable File
#!/usr/bin/env ruby
|
|
|
|
require 'mail_catcher'
|
|
MailCatcher.run!
|