aggiornati run.sh e aggiunta slide mat
This commit is contained in:
parent
0e61ae27ee
commit
59f83cc029
4 changed files with 26 additions and 3 deletions
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[submodule "reveal.js"]
|
||||
path = reveal.js
|
||||
url = https://github.com/hakimel/reveal.js.git
|
|
@ -176,6 +176,16 @@ automaticamente ai files che noi creiamo, elaboriamo, copiamo, vediamo o ascolti
|
|||
|
||||
![](../images/37_metadata_brutti3doc.jpg)
|
||||
|
||||
-----
|
||||
|
||||
## MAT
|
||||
|
||||
Per cancellare i metadati da so linux
|
||||
```
|
||||
$ mat file.jpg
|
||||
```
|
||||
|
||||
|
||||
-----
|
||||
|
||||
# Navigazione
|
||||
|
|
1
reveal.js
Submodule
1
reveal.js
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 0b3e7839ebf4ed8b6c180aca0abafa28c67aee6d
|
15
run.sh
15
run.sh
|
@ -1,13 +1,22 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Da eseguire la prima volta:
|
||||
# git submodule add https://github.com/hakimel/reveal.js.git reveal.js
|
||||
|
||||
|
||||
#git submodule init
|
||||
|
||||
|
||||
git submodule update --init --recursive --remote
|
||||
mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
|
||||
|
||||
|
||||
#mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
|
||||
#cp js/* reveal.js/js/
|
||||
#cp css/* reveal.js/css/
|
||||
mkdir -p reveal.js/images/
|
||||
cp images/* reveal.js/images/
|
||||
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
|
||||
ln index.html mastodon-presentazione.md reveal.js/
|
||||
rm -f reveal.js/index.html reveal.js/autodifesa-digitale.md
|
||||
ln index.html autodifesa-digitale.md reveal.js/
|
||||
|
||||
(firefox reveal.js/index.html) || (echo -e "\n Apri con il tuo browser preferito" `pwd`"/reveal.js/index.html")
|
||||
|
||||
|
|
Loading…
Reference in a new issue