An open API service indexing awesome lists of open source software.

https://github.com/csm-18/sz-know-size-of-binary

sz: A simple tool to know size of a binary.
https://github.com/csm-18/sz-know-size-of-binary

linux linuxmint

Last synced: 8 days ago
JSON representation

sz: A simple tool to know size of a binary.

Awesome Lists containing this project

README

        

# sz-know-size-of-binary

## TO BUILD

1. Clone this repo.
2. cd into sz-know-size-of-binary dir.
3. Run: `cargo build --release`
4. You can find the sz binary in "target/release" folder.
5. Add sz binary path to PATH environment variable.

## TO RUN

```sh
sz
```