Skip to content

Commit

Permalink
Foundations of parsing script, remove breaking t/invite/<tlk-sub-dire…
Browse files Browse the repository at this point in the history
…ctory> directory
  • Loading branch information
JoshInLisbon committed Feb 13, 2022
1 parent e9bd9d8 commit 2c4b188
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1,107 deletions.
9 changes: 9 additions & 0 deletions script.rb
@@ -0,0 +1,9 @@
Dir.each_child("t") do |d|
dir = "t/" + d
puts dir
Dir.each_child(dir) do |f|
file = File.open(f)
file_data = file.read
puts file_data[0, 30]
end
end
202 changes: 0 additions & 202 deletions t/invite/compounding-power/index.html

This file was deleted.

0 comments on commit 2c4b188

Please sign in to comment.