Skip to content

Commit

Permalink
ugoita ppoi
Browse files Browse the repository at this point in the history
  • Loading branch information
yucao24hours committed Oct 17, 2015
1 parent 6cdbaf1 commit 5722ba0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/change_directory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@

# # 既存のフォルダに移動する
Dir.chdir(dir)
puts dir

# # フォルダにあるすべてのファイルのファイル名を配列で取得する
files = Dir.glob("*")

dest2 = '../' + dest

puts dest2
FileUtils.cp(files, dest2)
# # reportsのフォルダに移動する
Dir.chdir('..')
Expand Down

0 comments on commit 5722ba0

Please sign in to comment.