#!/bin/sh irciiver=`/usr/local/bin/irc -v` cat < My own ircII-scripts 42.org, resources, ircII-scripts
This is my own private ircII-script page, most of this scripts here are made by me (some are only modified by me :-). I tried to make them very modular but some of them are not very usefull without others... I tried to write portable, but I'm running them on $irciiver so i can't guarantee that they'll run on an older client. EOM files=`ls -l|grep '^.......r'|grep -v index|awk '{print $9}'` echo "
" #echo "

Very short descriptions of each script:

" echo "
" #echo "       " echo "" ls -l|grep '^-......r'|grep -v index|\ while read right link uid gud size date1 date2 date3 name ; do aname=`echo $name|sed 's/\+//g;'` [ "$size" -lt 1000 ] && size=" $size" text=`head -4 $name|tail -1 |sed "s/^### *//;s/&/&/g"` ver=`perl -lne '/\044Id: \S+ ([0-9.]+) /&&print $1;' $name` [ "$name" = "linecount" ] && ver=`grep ^v linecount |tail -1|awk '{print $2}'|sed 's/^v//'` [ -z "$ver" ] && ver=" " echo "" done cat <
SizeVer.Last mod.NameDescription
SizeVer.Last mod.NameDescription
$size $ver  $date1 $date2 $date3 $name$text

You can now view some IRC Pages You can also take a peek behind the scenes where this page is beeing generated or send me some comments.
EOM2 cat <<'EOM3' Stefan `Sec` Zehl 26-May-1997, 08.Feb.1999
EOM3