6 lines
68 B
Bash
6 lines
68 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
filename="${1%.*}"
|
||
|
magick "$1" "$filename.jpeg"
|
||
|
|