Skip to content

Commit 2d01846

Browse files
committed
ci: clean script comments
Signed-off-by: Camber Huang <camber@poi.science>
1 parent b69d9ad commit 2d01846

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

update-files.sh

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,3 @@ while IFS= read -r file; do
1515
sha256sum $dir/$filename \
1616
> $dir/$filename.sha256sum
1717
done < files.list
18-
19-
# echo '[+] Removing old files ...'
20-
# for i in `cat files.list`; do
21-
# rm -v $(basename $i)
22-
# done
23-
# rm -v *.sha256sum
24-
#
25-
# echo '[+] Downloading files ...'
26-
# wget -i files.list
27-
#
28-
# echo '[+] Creating checksums (sha256) ...'
29-
# for i in `cat files.list`; do
30-
# sha256sum $(basename $i) \
31-
# > $(basename $i).sha256sum
32-
# done

0 commit comments

Comments
 (0)