1784413672

This commit is contained in:
2026-07-18 16:27:51 -06:00
parent e6cbe71c5b
commit 79ad72ff11
5 changed files with 31 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
default_files_name="`printf '%s\n' \"${PWD##*/}\"`_checksums_`date +%Y-%m-%d-%H%M-%Z`.sha256" # add da timedate stamp to it
echo $default_files_name
exit 0
find $PWD -type f -exec sha256sum {} | tee -a files.sha256