Files
scriptfordummies/README.md
2023-04-12 14:30:26 +00:00

13 lines
260 B
Markdown

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