Added tpm

This commit is contained in:
2025-05-05 20:58:30 +02:00
parent 240918a3a5
commit 95773a27b3
44 changed files with 2126 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
echo_ok() {
echo "$*"
}
echo_err() {
fail_helper "$*"
}