Current section
Files
Jump to
Current section
Files
lib/file_system_utils.ex
defmodule FileSystemUtils do
@moduledoc """
Wrapper around common file system linux utilties.
## Implemented wrapper
+ mount
+ umount
+ lsblk
> **Declaimer**
>
> Use at own risk.
> Make sure you know what you are doing.
>
> Might cause unnecessary effects if used without caution.
"""
end