mastodon-presentazione/run.sh
2019-01-04 19:16:26 +01:00

17 lines
505 B
Bash
Executable file

#!/bin/bash
#git submodule init
git submodule update --init --recursive --remote
mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
#cp js/* reveal.js/js/
#cp css/* reveal.js/css/
cp images/* reveal.js/images/
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.giulianova.md
ln index.html mastodon-presentazione.giulianova.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