mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
moving update checksums script to tools
This commit is contained in:
parent
5a47c95b2c
commit
57b037be18
1 changed files with 0 additions and 3 deletions
|
@ -3,13 +3,10 @@
|
|||
# This script assumes a linux environment
|
||||
|
||||
echo "*** uBlock: generating checksums.txt file..."
|
||||
pushd ..
|
||||
truncate -s 0 assets/checksums.txt
|
||||
LIST="$(find assets/ublock assets/thirdparties -type f)"
|
||||
for ENTRY in $LIST; do
|
||||
echo `md5sum $ENTRY` >> assets/checksums.txt
|
||||
done
|
||||
popd
|
||||
|
||||
echo "*** uBlock: checksums updated."
|
||||
|
Loading…
Reference in a new issue