aggiornato run.sh per eseguire firefox

This commit is contained in:
d0c 2018-10-07 14:17:36 +02:00
parent e831167e16
commit 1b118ff2ed

5
run.sh
View file

@ -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