8 lines
167 B
Bash
Executable file
8 lines
167 B
Bash
Executable file
#!/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
|
|
cd reveal.js
|
|
npm install
|
|
npm start
|