瀏覽代碼

aggiornato run.sh per eseguire firefox

d0c 5 年之前
父節點
當前提交
1b118ff2ed
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      run.sh

+ 4 - 1
run.sh

@@ -8,7 +8,10 @@ mkdir -p reveal.js/js/ reveal.js/css/ 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/
-firefox reveal.js/index.html &
+
+(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