mastodon-presentazione/run.sh

14 lines
365 B
Bash
Raw Permalink Normal View History

2018-06-25 17:15:37 +02:00
#!/bin/bash
#git submodule init
2018-06-28 17:43:00 +02:00
git submodule update --init --recursive --remote
2018-06-25 17:15:37 +02:00
mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
2018-06-28 17:43:00 +02:00
#cp js/* reveal.js/js/
2018-06-25 17:42:55 +02:00
#cp css/* reveal.js/css/
2018-06-28 17:43:00 +02:00
cp images/* reveal.js/images/
2018-06-25 17:15:37 +02:00
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
2018-06-28 17:43:00 +02:00
ln index.html mastodon-presentazione.md reveal.js/
cd reveal.js
npm install
npm start