mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
sz=$(cat $1)
|
|
sz=$(echo $sz | bc)
|
|
echo "size-sum:" $(numfmt --to=iec $sz)
|