scriptfordummies/README.md

13 lines
260 B
Markdown
Raw Permalink 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
2023-04-12 01:14:48 +02:00
Get the script:
2023-01-20 11:20:48 +01:00
```bash
2023-04-12 16:30:26 +02:00
wget https://git.moelle.space/hxcde/scriptfordummies/raw/branch/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
```