Skip to content

ment1na/tmpnim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmpnim

create and remove ramdisks in nim!

the program must run as root to work properly

INSTALL:

nimble install tmpnim

USAGE:

import tmpnim
echo createRamdisk("/home/turtle/fundirectory", 4096) #create a ramdisk of 4kb in the specified directory
#if everything goes fine it will return true
echo removeRamdisk("/home/turtle/fundirectory") #remove the specified ramdisk, closing the program won't remove it automatically.
#same thing, if it returns true everything's fine.

COMPATIBILITY:

✅Linux

❌Windows

❌MacOS

✅BSD

✅Android (Root required)

If you encounter any problem please report it in the issue page, pull requests are accepted

never trust turtles

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages