I am trying to create an autostart.sh file that contains two different codes, what is the proper way to set it up? I keep getting a crash but ok when ran separately.
systemctl stop retroarch.service && DRAW_USE_LLVM=0 retroarch
and…
#!/bin/bash
(
while (sleep 8)
do
bluetoothctl << EOF
connect ADDRESS#
exit
EOF
done
) &