#!/usr/bin/perl -w
#
# crb3 --crb3 09Oct05
#
# Example of an additional note-script using
# 'no' as engine. running a Perl < 5.8? lose
# the 'our' line and lose the -w switch.
#
our($user,$root2user,$dirpath,$ftype);

$user="crb3";
$root2user=1;
$dirpath="/home/username/username/!cork/txt";
$ftype="!no";

do "/usr/local/bin/no";




Grab the
tarball
here
 
Syntax highlighting using Syntax::Highlight::Engine::Kate