somehow removed cp command before last checkin

This commit is contained in:
gorhill 2016-04-02 08:59:43 -04:00
parent 1357cd0bd9
commit 18d6041ef1
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ filters=(
)
for repoPath in "${filters[@]}"; do
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/filters/assets\/ublock/'`
cp $repoPath $localPath
echo `md5sum $localPath` >> assets/checksums.txt
done
@ -31,6 +32,7 @@ thirdparties=(
)
for repoPath in "${thirdparties[@]}"; do
localPath=`printf $repoPath | sed 's/\.\.\/uAssets\/thirdparties/assets\/thirdparties/'`
cp $repoPath $localPath
echo `md5sum $localPath` >> assets/checksums.txt
done