docs: 📝 Add readme
This commit is contained in:
parent
18356b4c9d
commit
80ae3d01fe
13
README.md
Normal file
13
README.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Usefull bash commands
|
||||
This is a list of usefull bash commands that I could use in the future.
|
||||
|
||||
## How to execute the commands
|
||||
> ⚠️ Don't be stupid and don't execute commands that you don't know what they do. ⚠️
|
||||
1. Install curl
|
||||
```bash
|
||||
sudo apt install curl
|
||||
```
|
||||
2. Execute the command
|
||||
```bash
|
||||
curl -s https://gitea.louisgallet.fr/[Path to the command] | bash
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user