scriptfordummies/README.md

13 lines
257 B
Markdown
Raw Normal View History

2023-01-20 11:00:02 +01:00
# scriptfordummies
Small linux scripts for beginners who do not know the terminal well.
2023-01-20 11:19:57 +01:00
## Alias add script
Get the script
2023-01-20 11:20:48 +01:00
```bash
2023-01-20 11:19:57 +01:00
wget https://raw.githubusercontent.com/hxcde/scriptfordummies/main/addalias.sh
2023-01-20 11:20:48 +01:00
```
2023-01-20 11:19:57 +01:00
Run the script
2023-01-20 11:20:48 +01:00
```bash
2023-01-20 11:19:57 +01:00
sh addalias.sh
2023-01-20 11:20:48 +01:00
```