GitBucket
Pull requests
Issues
Snippets
Sign in
s19h046
/
test.sh
Fork
1
Created at Mon Oct 10 10:20:48 JST 2022
Download ZIP
HTTP
Embed
Embed this snippet in your website.
HTTP
Clone with Git using the repository's web address.
Code
Revision
Forks
s19h046
revised this
on 10 Oct 2022
ba3f82a
test.sh
#!/bin/bash for file in $* do convert -rotate 45 ${file} ${file%.*}_45.JPG done