run.sh 505 B

1234567891011121314151617
  1. #!/bin/bash
  2. #git submodule init
  3. git submodule update --init --recursive --remote
  4. mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
  5. #cp js/* reveal.js/js/
  6. #cp css/* reveal.js/css/
  7. cp images/* reveal.js/images/
  8. rm -f reveal.js/index.html reveal.js/mastodon-presentazione.giulianova.md
  9. ln index.html mastodon-presentazione.giulianova.md reveal.js/
  10. (firefox reveal.js/index.html) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
  11. #cd reveal.js
  12. #npm install
  13. #npm start