view admin/octlink.sh @ 12720:52ca082757c2 octave-forge tip

Update copyright notices.
author i7tiol
date Sat, 27 Feb 2016 11:21:29 +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