此自定義定義命令有什麼問題?.mc.menu(午夜指揮官)中的自定義菜單命令
# Resize an image using convert
+ f \.jpg$ | f \.JPG$
R Resize image to fit within 800 pixel bounding square
size=800
convert "%f" -resize ${size}x${size} "%b-${size}.%x"
當我按下F2
我得到:
Error: No suitable entries found in .mc.menu