GitBucket
Pull requests
Issues
Snippets
Sign in
s20h109
/
test.sh
Created at Tue Jul 25 15:25:01 JST 2023 - forked from
s19h046/9820affeb5d20b2b1f4e15a2cafe60a6
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
s19h046
revised this
on 10 Oct 2022
ba3f82a
test.sh
#!/bin/bash for file in $* do convert -rotate 45 ${file} ${file%.*}_45.JPG done