mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
6 lines
96 B
Plaintext
6 lines
96 B
Plaintext
test -z "$1" || cd $1
|
|
sha256sum * | while read md file; do
|
|
echo ' "'$file'":"'$md'",'
|
|
done
|
|
|