mirror of
https://github.com/Chewbaccalakis/random.git
synced 2026-07-12 13:33:58 -07:00
13 lines
427 B
Markdown
13 lines
427 B
Markdown
# random
|
|
A repo for random small scripts/tools/things
|
|
|
|
### Dinopass
|
|
```
|
|
curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/dinopass | sudo tee /usr/local/bin/dinopass && sudo chmod +x /usr/local/bin/dinopass
|
|
```
|
|
|
|
### Mac DNS Flush
|
|
```
|
|
curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/flushdns | sudo tee /usr/local/bin/flushdns && sudo chmod +x /usr/local/bin/flushdns
|
|
```
|