Compare commits

..

No commits in common. "1b118ff2ed50e3e98529f5db4d96e6f76b81370d" and "ac9f2e3cada65e0c339c3c2a65951213d86c00f9" have entirely different histories.

10
run.sh
View file

@ -8,10 +8,6 @@ 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) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
#cd reveal.js
#npm install
#npm start
cd reveal.js
npm install
npm start