Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 415 Bytes

File metadata and controls

20 lines (18 loc) · 415 Bytes

s3-assets-migrations

JSON with results: ./result/result.json

Manual

  1. cd ./img2
  2. Find all files from all dir and subdir
   dir /b /a-d /s > all_files.txt 
  1. Find all CSS and JS
   dir /b /a-d /s | grep -i \.css$ > all_css.txt 

and

   dir /b /a-d /s | grep -i \.js$ > all_js.txt 
  1. copy all 'txt' files to dir result
  2. run node index.js in root dir