pulizie
This commit is contained in:
parent
51c9457a58
commit
5f8984939f
1 changed files with 10 additions and 0 deletions
10
script/scopetta.sh
Executable file
10
script/scopetta.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /var/www/html/leaflet/ruscomap/server/public/uploads
|
||||
|
||||
for file in *; do
|
||||
if [ -f "$file" ]; then
|
||||
# mv "$file" "${file}.jpeg" # spacca tutte le immagini
|
||||
exiftool -all= * -overwrite_original
|
||||
fi
|
||||
done
|
Loading…
Reference in a new issue