2023-12-16 17:29:09 +01:00
2023-12-16 16:59:05 +01:00

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
sudo apt install curl
  1. Execute the command
curl -s https://gitea.louisgallet.fr/[Path to the command] | bash
Description
No description provided
Readme 26 KiB
Languages
Shell 100%