mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-14 05:05:01 -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!
|