浏览代码

run.sh e immagini

d0c 5 年之前
父节点
当前提交
f923cd5b55
共有 4 个文件被更改,包括 7 次插入7 次删除
  1. 二进制
      images/bender.jpg
  2. 二进制
      images/mastodon.png
  3. 二进制
      images/tusky.png
  4. 7 7
      run.sh

二进制
images/bender.jpg


二进制
images/mastodon.png


二进制
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