Explorar el Código

aggiornato run.sh per eseguire firefox

d0c hace 5 años
padre
commit
1b118ff2ed
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      run.sh

+ 4 - 1
run.sh

@@ -8,7 +8,10 @@ mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
 cp images/* reveal.js/images/
 rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
 ln index.html mastodon-presentazione.md reveal.js/
-firefox reveal.js/index.html &
+
+(firefox reveal.js/index.html) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
+
+
 #cd reveal.js
 #npm install
 #npm start