A simple linux bash script that deletes the temporary memory cache and frees up your RAM
Note: current version of this scipt is only tested for debian based linux distros
-
Download the source code and open it
-
Copy the
freecache
file and paste it in/usr/bin/
sudo cp ./freecache /usr/bin/freecache
OR
-
on the terminal enter
freecache
-
Debian based systems:
-
open
.bashrc
file (located in/home/user/
) using any text editor -
append the following lines to the file
export $PATH="/PATH/TO/THE/FILE_DIRECTORY:$PATH"
-
save the file
-
open terminal and run
source ~/.bashrc
-
- Thank you, for taking your time to view this project, any person is free to contribute by creating an issue or making a pull request