Skip to content

Commit 194c559

Browse files
committed
Fix ReadMe
Fix ReadMe
1 parent 0f3b4c9 commit 194c559

1 file changed

Lines changed: 21 additions & 16 deletions

File tree

README.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,29 @@
22
A simple shell script I run to keep my MacBook clean and patched.
33

44
## What It Does:
5-
- Prompt For Password If Not Root
6-
- Deletes Saved Wireless Networks
7-
- Installs Needed System Updates
8-
- Empties The Trash
9-
- Deletes All System Logs
10-
- Deletes The QuickLook files
11-
- Updates And Cleans Homebrew
12-
- Cleans Ruby
13-
- Removes All Docker Containers
14-
- Purges Memory
15-
- Removes known_hosts file.
16-
- Securely Wipe Freespace
5+
- Prompt For Password If Not Root
6+
- Deletes Saved Wireless Networks
7+
- Installs Needed System Updates
8+
- Empties The Trash
9+
- Deletes All System Logs
10+
- Deletes The QuickLook files
11+
- Updates And Cleans Homebrew
12+
- Cleans Ruby
13+
- Removes All Docker Containers
14+
- Purges Memory
15+
- Removes known_hosts file.
16+
- Securely Wipes Free-space
1717

1818
## Usage:
19-
- Review for your preferences and comment out options **You** dont want.
20-
- Set `homessid` and `workssid` variable to stop from deleting those!
21-
- `chmod +x maid.sh`
22-
- `./maid.sh`
19+
- Review for your preferences and comment out options **You** dont want.
20+
- Set `homessid` and `workssid` variable to stop from deleting those!
21+
22+
**To Run:**
23+
24+
```
25+
chmod +x maid.sh
26+
./maid.sh
27+
```
2328

2429
## Important Notice
2530
I likely dont know what I am doing and this could be done faster, better and simpler some other way. These scripts could also break your MacBook and make you cry.

0 commit comments

Comments
 (0)