Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
wigust
/
dotfiles
Seguir
2
Destacar
1
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
3a6ed2cdb7
Ramas
Etiquetas
master
dotfiles
/
dot_local
/
bin
/
executable_wi-image-rotate.sh
executable_wi-image-rotate.sh
73 B
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/sh
for file in *
do
convert "$file" -rotate 180 "$file"
done