Add simple usage explanation + TODOs

This commit is contained in:
2025-11-22 22:57:07 -08:00
parent bad45b4a1a
commit c4b9ad3c12
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
TEMPLATE_FILE="$(dirname $0)/verify-script.template"
# TODO: argument for the message in case you want to apply it to many files.
read -p "Enter message to sign for the file: " MESSAGE
MESSAGE="$MESSAGE\n"
#echo "message: $MESSAGE"