vault backup: 2024-02-01 16:07:51

This commit is contained in:
2024-02-01 16:07:51 +00:00
parent 8b14a6048b
commit 4510474a90
3 changed files with 30 additions and 45 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
total=0
for i in $@;
do
total=$((total + i));
done
echo "scale=2 ; $total / $#" | bc