Skip to content
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
<?php
// $Id$
/**
* @file
......
#!/bin/sh
# $Id$
find . -name "*~" -type f | xargs rm -f
find . -name ".#*" -type f | xargs rm -f
......
#!/usr/bin/perl -w
# $Id$
# Author: Alexander Schwartz (alexander.schwartz@gmx.net)
# Licence: GPL
......@@ -9,7 +8,6 @@
# code. This program tries to show as many improvements as possible with
# no false positives.
# $Id$
$comment = 0;
$program = 0;
......
#!/bin/sh
# $Id$
curl --silent --compressed http://yoursite.com/cron.php
#!/bin/sh
# $Id$
/usr/bin/lynx -source http://yoursite.com/cron.php > /dev/null 2>&1
#!/bin/sh
# $Id$
if [ $# != 2 ]; then
cat >&2 << EOH
......