Enviado em 01/09/2018 - 10:39h
Alguem poderia me ajudar a descobrir porque a linha 7 não é iniciada
0 echo -n "Start dumPlayer [y/n] "
1 read play
2 i=0
3 if [ "$play" == "y" ];then
4 farefox dumP.html 2> /dev/null
5 if [ $? -ne 0 ];then
6 google-crome-stable dumP.html 2> /dev/null
7 elif [ $? -ne 0 ];then
8 echo "What is the name of your browser? "
9 read browser
10 $browser dumP.html 2> /dev/null
11 while [ $? -ne 0 ];do
12 echo "What is the name of your browser? "
13 read browser
14 $browser dumP.html 2> /dev/null
15 done
16 fi
Como gerar um podcast a partir de um livro em PDF
Automatizando digitação de códigos 2FA no browser
Resolver problemas de Internet
Como compartilhar a tela do Ubuntu com uma Smart TV (LG, Samsung, etc.)
Conheça a 4Devs, caixa de ferramentas online para desenvolvedores
Como converter um vídeo MP4 para um GIF para publicar no README.md do seu repositório Github
Como Instalar o Microsoft Teams no Linux Ubuntu