Awesome
mruby-shellwords
shellwords for mruby.
Installation
Add this line to build_config.rb:
MRuby::Build.new do |conf|
conf.gem github: 'k0kubun/mruby-shellwords'
end
or add this line to your application's mrbgem.rake:
MRuby::Gem::Specification.new('your-mrbgem') do |spec|
spec.add_dependency 'mruby-shellwords', github: 'k0kubun/mruby-shellwords'
end
Usage
See shellwords in Ruby.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/k0kubun/mruby-shellwords.
License
The same as Ruby. https://www.ruby-lang.org/en/about/license.txt