mastodon-presentazione/run.sh
Francesco Sinopoli 567fe41691 modifica di run.sh
2018-06-25 17:42:55 +02:00

13 lines
394 B
Bash
Executable file

#!/bin/bash
#git submodule init
git submodule update --init --recursive --remote 2> /dev/null
mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
cp js/* reveal.js/js/
#cp css/* reveal.js/css/
#cp images/* reveal.js/images/
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
ln index.html mastodon-presentazione.md reveal.js/ 2> /dev/null
#cd reveal.js
#npm install
#npm start