shasum_listele

This commit is contained in:
milisbir 2017-09-23 03:46:19 +03:00
parent 9212fc8cdb
commit 90aa7cd01f

2
bin/shasum_listele Executable file
View file

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