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