Skip to content

Commit

Permalink
limiting to owl
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 committed Aug 29, 2024
1 parent 055176e commit 7b225ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mkdir -p $FINAL_DUMPS_DIR $RAW_DUMPS_DIR
find $FINAL_DUMPS_DIR -type f -delete
find $RAW_DUMPS_DIR -type f -delete

for file in $FINAL_DUMPS_DIR/*; do
for file in $FINAL_DUMPS_DIR/*.owl; do
[ -f "$file" ] || break
echo "Touching $file"
touch $file
Expand Down

0 comments on commit 7b225ff

Please sign in to comment.