git-crash-course/run.sh

9 lines
167 B
Bash
Raw Normal View History

2017-06-20 00:24:37 +02:00
#!/bin/bash
cp libs/head.min.js reveal.js/js/
rm -f reveal.js/index.html
ln index.html git-crash-course.md reveal.js/ 2> /dev/null
2017-06-20 00:24:37 +02:00
cd reveal.js
npm install
npm start