README.md
# FileSystemUtils
Wrapper around common file system linux utilties.
> **Declaimer**
>
> Use at own risk.
> Make sure you know what you are doing.
>
> Might cause unnecessary effects if used without caution.
## Implemented wrapper
+ mount
+ umount
+ lsblk
## Installation
The package can be installed by adding `file_system_utils` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:file_system_utils, "~> 0.1.0"}
]
end
```
The docs can
be found at [https://hexdocs.pm/file_system_utils](https://hexdocs.pm/file_system_utils).