#!/bin/sh

for file in $*
do
convert $file $file.gif
done
