ruby Vagrant-triggers插件可在VM关闭时删除SMB共享
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby Vagrant-triggers插件可在VM关闭时删除SMB共享相关的知识,希望对你有一定的参考价值。
puts '------- OLD SHARES----------'
puts `net share`
share_data = `net share`
result = share_data.scan(/([a-z0-9]{32})/)
result.each do |share|
command = "net share #{share[0]} /delete"
puts "Executing: #{command}"
system command
end
puts '------- NEW SHARES----------'
puts `net share`
以上是关于ruby Vagrant-triggers插件可在VM关闭时删除SMB共享的主要内容,如果未能解决你的问题,请参考以下文章
ruby DRY Guardfile,具有已定义的组,可在聚焦模式或默认模式下运行。使用范围焦点或范围defau切换到Guard提示符
WordPress插件可在编辑器中插入代码[关闭]
安装Ruby和logstash插件
Ruby vs. PHP/插件社交网络
ruby Jekyll标记云/标签页插件
ruby Jekyll Lightbox图像插件