shasum_listele

This commit is contained in:
milisbir 2017-09-23 03:46:19 +03:00
parent 9212fc8cdb
commit 90aa7cd01f
1 changed files with 2 additions and 0 deletions

2
bin/shasum_listele Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
for dosya in $(find .);do shasum $dosya;done > shasum.liste