Skip to content

Commit

Permalink
Update process.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Oct 28, 2024
1 parent 9c77b9e commit ba3c201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ mkdir -p $FINAL_DUMPS_DIR $RAW_DUMPS_DIR
find $FINAL_DUMPS_DIR -type f -delete
find $RAW_DUMPS_DIR -type f -delete

cd $RAW_DUMPS_DIR
ln -sv ../connectome_*.owl ./
cd ${WORKSPACE}


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

0 comments on commit ba3c201

Please sign in to comment.