Browse Source

run.sh e immagini

d0c 5 years ago
parent
commit
f923cd5b55
4 changed files with 7 additions and 7 deletions
  1. BIN
      images/bender.jpg
  2. BIN
      images/mastodon.png
  3. BIN
      images/tusky.png
  4. 7 7
      run.sh

BIN
images/bender.jpg


BIN
images/mastodon.png


BIN
images/tusky.png


+ 7 - 7
run.sh

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