Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
wigust
/
dotfiles
Suivre
2
Voter
1
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
24fd54fd49
Branches
Tags
master
dotfiles
/
dot_local
/
bin
/
executable_wi-image-rotate.sh
executable_wi-image-rotate.sh
73 B
Historique
Raw
1
2
3
4
5
6
7
#!/bin/sh
for file in *
do
convert "$file" -rotate 180 "$file"
done