1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00
Files
tomahawk/thirdparty/liblastfm2/admin/lastfm.h.rb
2011-03-24 19:27:01 -04:00

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