i need to do a sequence of commands:
user@user:~$ bluetoothctl
and than inside that program this command
[bluetooth]# connect
Is it possible to do in one command in terminal? something like that:
:~$ bluetoothctl || connect
or maybe
:~$ bluetoothctl `connect`
or
:~$ bluetoothctl --> connect