Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
wigust
/
dotfiles
Obserwuj
2
Polub
1
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
3a6ed2cdb7
Gałęzie
Tagi
master
dotfiles
/
dot_local
/
bin
/
executable_wi-image-rotate.sh
executable_wi-image-rotate.sh
73 B
Historia
Czysty
1
2
3
4
5
6
7
#!/bin/sh
for file in *
do
convert "$file" -rotate 180 "$file"
done