R3Tro
(usa Linux Mint)
Enviado em 18/09/2019 - 22:02h
Consegui fazer isso usando o xterm, só q ele so executa o proximo comando do script que fiz dps que fecho a primeira janela
#!/bin/bash
#Iniciando o HTOP
xterm -title 'HTOP' -e htop
#Iniciando o RPI Monitor
xterm -title 'RPI Monitor' -e sudo service rpimonitor start && sudo service rpimonitor status
#Iniciando o Motion
xterm -title 'Motion' -e sudo service motion start && sudo service motion status
#Iniciando o Neofetch
xterm -title 'Neofetch' -e sudo neofetch
#Iniciando o Apache2
xterm -title 'Apache2' -e sudo service apache2 start && sudo service apache2 status