~ $ nano info.sh
~ $ chmod +x info.sh
~ $ ./info.sh
==> Information about the author.
-> Name: Ivan Max (Maxython)
-> Description: ordinary programmer
-> Programming languages studied:
- python
- c++
- bash
-> Profiles:
-
GitHub
-
Reddit
==> Information about the site.
Error: unable to retrieve site information
Permission denied
~ $ # Oops, forgot to give access...
~ $ nano donate.sh
~ $ chmod +x donate.sh
~ $ ./donate.sh
==> Donation Information.
Donate will help me pay for the services that I use in my projects and improve them, as well as maintain morale. You can support me with cryptocurrencies.
==> Cryptocurrency addresses.
-> LTC
MV9coqJU5QLNyKwHv82GDRkWP9dwxhnaUz

-> ETH
0x45B021F6907e71c2EDDc6331Ead77C17ec316a4C

-> BTC
3KhAtxe6rVvufYraC4i4oAFQ5fSSqAy5Wq

Thanks in advance.
~ $ # Wow, got it right the first time
~ $ ./tmux --help
usage: tmux [-2CDlNuvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [-T features] [command [flags]]
Report a problem
here
~ $ # I'm sure the script is working
~ $ ./tmux-craete.sh
Successfully
~ $ # Yeaaaaaaaaaaaaaa