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.
- Host: GitHub
- URL: https://github.com/rix4uni/junkcleaner
- Owner: rix4uni
- Created: 2025-02-06T13:24:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-04T06:31:22.000Z (over 1 year ago)
- Last Synced: 2025-03-04T07:32:16.226Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```