added ubuntu 18.04
This commit is contained in:
parent
acde20fb92
commit
2ce00a1225
12 changed files with 84 additions and 7 deletions
4
hash.sh
4
hash.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
for f in $(ls ubuntu*); do
|
||||
sha256sum ${f} >${f}.sha256
|
||||
for f in $(ls ubuntu*.sh); do
|
||||
sha256sum ${f} | cut -d' ' -f1 >${f}.sha256
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue