Initial commit from the 2013 with minor fixes. From now and then,
[perlbook.git] / newlisting.sh
blob2541ca865de7889da6020562fb682a66d824c08c
1 #!/bin/sh
2 editor=geany
3 lastnum=`ls *.pl | sort |tail -n 1 | egrep -o '([0-9]+)'`
4 $editor l$((1 + lastnum)).pl