Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # -*- coding: utf-8 -*-
- # aucatコマンドで音を鳴らす
- Plugin.create :sndio do
- aucat_exist = command_exist?('aucat')
- defsound :sndio, "sndio" do |filename|
- bg_system("aucat","-i", filename) if FileTest.exist?(filename) and aucat_exist end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement