1784413672
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user