scriptfordummies/README.md
2023-01-20 11:20:48 +01:00

13 lines
257 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
```