vault backup: 2024-04-22 11:20:56

This commit is contained in:
2024-04-22 11:20:56 +01:00
parent d58c22b4dc
commit 73d081e6b1
10 changed files with 34 additions and 22 deletions

View File

@@ -19,4 +19,4 @@ print() {
print "$1"
print "$2"
echo "Total number of characters is: $(cat "$1" "$2" | wc -c)"
echo "Total number of characters is $(cat "$1" "$2" | wc -c)."