aggiornato run.sh per eseguire firefox
This commit is contained in:
parent
e831167e16
commit
1b118ff2ed
1 changed files with 4 additions and 1 deletions
5
run.sh
5
run.sh
|
@ -8,7 +8,10 @@ mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
|
||||||
cp images/* reveal.js/images/
|
cp images/* reveal.js/images/
|
||||||
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
|
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
|
||||||
ln index.html mastodon-presentazione.md reveal.js/
|
ln index.html mastodon-presentazione.md reveal.js/
|
||||||
firefox reveal.js/index.html &
|
|
||||||
|
(firefox reveal.js/index.html) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
|
||||||
|
|
||||||
|
|
||||||
#cd reveal.js
|
#cd reveal.js
|
||||||
#npm install
|
#npm install
|
||||||
#npm start
|
#npm start
|
||||||
|
|
Loading…
Reference in a new issue