Skip to content

srivathsanmurali/file_system_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

def deps do
  [
    {:file_system_utils, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/file_system_utils.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages