mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
5 lines
136 B
Ruby
Executable File
5 lines
136 B
Ruby
Executable File
#!/usr/bin/ruby
|
|
f = File.new(ARGV[0], "w")
|
|
Dir["_include/lastfm/*"].each do |h|
|
|
f.write %Q{#include "lastfm/#{File.basename h}"\n}
|
|
end |