scriptfordummies/README.md
2023-04-11 23:14:48 +00:00

13 lines
258 B
Markdown

# scriptfordummies
Small linux scripts for beginners who do not know the terminal well.
## Alias add script
Get the script:
```bash
wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh
```
Run the script
```bash
sh addalias.sh
```