Browse Source

aggiornato run.sh per eseguire firefox

d0c 5 years ago
parent
commit
1b118ff2ed
1 changed files with 4 additions and 1 deletions
  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