mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
7 lines
71 B
Ruby
7 lines
71 B
Ruby
require 'bundler'
|
|
|
|
Bundler.setup
|
|
require './mpd_client'
|
|
|
|
run MPDClient
|