An open API service indexing awesome lists of open source software.

https://github.com/rix4uni/junkcleaner

A bash script that delete's Windows and Windows Subsystem for Linux (WSL) temporary files.
https://github.com/rix4uni/junkcleaner

Last synced: about 1 year ago
JSON representation

A bash script that delete's Windows and Windows Subsystem for Linux (WSL) temporary files.

Awesome Lists containing this project

README

          

## junkcleaner
A bash script that delete's Windows and Windows Subsystem for Linux (WSL) temporary files.

## Installation
```
git clone https://github.com/rix4uni/junkcleaner.git
cd junkcleaner
chmod +x junkcleaner
mv junkcleaner /usr/bin/
```

OR
```
wget -q -O /usr/bin/junkcleaner https://raw.githubusercontent.com/rix4uni/junkcleaner/refs/heads/main/junkcleaner && chmod +x /usr/bin/junkcleaner
```

## Usage
```
junkcleaner
```