Skip to content

Commit

Permalink
better indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschmann committed Jul 4, 2024
1 parent 5d2d7bf commit dbe3df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/index_experiments_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ if [ -z "$1" ]; then
fi

cd $1
find . -type f -not -path '\./\.git/*' | grep -v index.txt\$ | grep -v index_files.txt\$ | grep -v index_directories.txt\$ | grep -v index_static.txt\$ | grep -v index_static.txt.tmp\$ |sort > index_static.txt.tmp
find . -type f -not -path '\./\.git/*' | grep -v index.txt\$ | grep -v index_files.txt\$ | grep -v index_directories.txt\$ | grep -v index_static.txt\$ | grep -v index_static.txt.tmp\$ | grep -v .gitignore\$ | sort > index_static.txt.tmp
mv index_static.txt.tmp index_static.txt
echo "Wrote $(pwd)/index_static.txt"
echo "Wrote $(pwd)/index_static.txt"

0 comments on commit dbe3df2

Please sign in to comment.