git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / mise_en_prod.rb
1 dest = "Z:\\var\\www\\divx"
2
3 #if $*.length < 1
4 # puts 'Usage: mise_en_prod.rb destination'
5 # exit 1
6 #end
7
8 dest = $*[0] if $*.length > 1
9
10 ['xml', 'xsl', 'js', 'css', 'img', 'xpi'].each{|rep|
11 `cp -Ru #{rep} #{dest}`
12 }