GitBucket
Pull requests
Issues
Snippets
Sign in
s19h046
s19h046 on GitBucket
s19h046
s19h046
/
test.sh
Created at Mon Oct 10 10:20:48 JST 2022
1 file
1 fork
2 comments
convertコマンドを一括実行するスクリプト
#!/bin/bash for file in $* do convert -rotate 45 ${file} ${file%.*}_45.JPG done
Newer
Older