siri from bash script compatible with all linux devices
to run on kali linux "recomended" git clone https://github.com/beginnerslvl/siri-from-bash-script cd siri-from-bash-script bash ok.sh
to run on termux wget install git git clone https://github.com/beginnerslvl/siri-from-bash-script cd siri-from-bash-script bash ok.sh
in order to add comands write on line 111
elif [[ ( $username == "THE THING IF SAID" ) ]]; then WHAT TO DO IF THAT THING IS PRESSED
example elif [[ ( $username == "open files" ) ]]; then xdg-open /
thankyou