run.sh 167 B

12345678
  1. #!/bin/bash
  2. cp libs/head.min.js reveal.js/js/
  3. rm -f reveal.js/index.html
  4. ln index.html git-crash-course.md reveal.js/ 2> /dev/null
  5. cd reveal.js
  6. npm install
  7. npm start