mirror of
https://github.com/nishiki/manage-password.git
synced 2025-03-20 05:14:36 +00:00
5 lines
115 B
Ruby
5 lines
115 B
Ruby
#!/usr/bin/ruby
|
|
|
|
require_relative 'test_config.rb'
|
|
require_relative 'test_item.rb'
|
|
require_relative 'test_mpw.rb'
|