initial commit
This commit is contained in:
commit
acde20fb92
8 changed files with 75 additions and 0 deletions
4
hash.sh
Executable file
4
hash.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
for f in $(ls ubuntu*); do
|
||||
sha256sum ${f} >${f}.sha256
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue