view admin/octlink.sh @ 12685:f26b1170ea90 octave-forge

resulting values should be really converted to output data type
author schloegl
date Sat, 12 Sep 2015 07:15:01 +0000
parents 8c2efbabad2b
children
line wrap: on
line source

#! /bin/sh

FN2=`echo $2 | sed -e's/.octlink//'`
FN1=`echo $1 | sed -e's/.oct//'`
if test -e $2 ; then /bin/rm $2; fi
echo "autoload (\"$FN2\", which (\"$FN1\"));" > $2