shithub: rc

ref: c1a707427fbbb5129e467516fc671e976ee3e398
dir: /tobit/

View raw version
#!/bin/rc
rfork e
switch($1){
case *.bmp *.BMP
	ext=bmp
case *.gif *.GIF
	ext=gif
case *.ico *.ICO
	ext=ico
case *.jpg *.jpeg *.JPG *.JPEG
	ext=jpg
case *.png *.PNG
	ext=png
case *.ppm *.PPM
	ext=ppm
case *.tga *.TGA
	ext=tga
case *.tif *.tiff *.TIF *.TIFF
	ext=tif
case *.v210 *.V210
	ext=v210
case *.yuv *.YUV
	ext=yuv
}
eval $ext -9t $1