Skip to content

Commit

Permalink
#85 mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 2, 2023
1 parent ba007ae commit ddaf4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steps/aggregate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ done
"${LOCAL}/help/parallel.sh" "${jobs}"
wait

mkdir -p "${TARGET}/data"
rm -rf "${TARGET}/data/*.csv"
printf "repository,file" >> "${TARGET}/data/all.csv"
echo "${all}" | while read -r a; do
Expand Down

0 comments on commit ddaf4cb

Please sign in to comment.