view scripts/image/Make_IMAGE_toolbox @ 2709:0f72b0462b51

[project @ 1997-02-20 17:55:40 by jwe]
author jwe
date Thu, 20 Feb 1997 17:55:44 +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