view scripts/image/Make_IMAGE_toolbox @ 2643:c69a267054d1

[project @ 1997-01-29 14:25:57 by jwe]
author jwe
date Wed, 29 Jan 1997 14:25:57 +0000
parents 893481f3a763
children
line wrap: on
line source

#!/bin/sh

SRC="
 Make_IMAGE_toolbox
 README
 ToDo
 colormap.m
 default.img
 gray.m
 gray2ind.m
 image.m
 imagesc.m
 imshow.m
 ind2gray.m
 ind2rgb.m
 loadimage.m
 ntsc2rgb.m
 ocean.m
 octtopnm.c
 rgb2ind.m
 rgb2ntsc.m
 saveimage.m
"

command="shar $SRC > image_toolbox.shar"

echo $command
eval $command

exit 0