run.sh e immagini

This commit is contained in:
d0c 2018-06-28 17:43:00 +02:00
parent 64a51598f4
commit f923cd5b55
4 changed files with 7 additions and 7 deletions

BIN
images/bender.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

BIN
images/mastodon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
images/tusky.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

14
run.sh
View file

@ -1,13 +1,13 @@
#!/bin/bash
#git submodule init
git submodule update --init --recursive --remote 2> /dev/null
git submodule update --init --recursive --remote
mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
cp js/* reveal.js/js/
#cp js/* reveal.js/js/
#cp css/* reveal.js/css/
#cp images/* 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/ 2> /dev/null
#cd reveal.js
#npm install
#npm start
ln index.html mastodon-presentazione.md reveal.js/
cd reveal.js
npm install
npm start