Profile

cnoocy: green a-e ligature (Default)
(boing!) Cnoocy Mosque O'Witz

Expand Cut Tags

No cut tags
cnoocy: green a-e ligature (Default)
[personal profile] cnoocy

#!/usr/bin/perl

use strict;

my $x = shift;
my $o = shift;
$o ||= ' ';
$x ||= '*';

while (1){
select (undef, undef, undef, 0.5);
my $t = `date +%s`;
my $s = sprintf "%b\n", $t;
$s =~ s/1/$x/g;
$s =~ s/0/$o/g;
print $s;
}


Run on a unix machine, pick one-character arguments if desired, pipe through uniq.
ETA: 08:37:04 on Saturday morning, Eastern Time.

Date: 2004-01-09 01:37 pm (UTC)
From: [identity profile] thenetimp.livejournal.com
You gotta problem with it. ;-)

Date: 2004-01-09 10:33 pm (UTC)
From: [identity profile] thenetimp.livejournal.com
Well that's good. For a second I thought I was going to have to flame your lj. (~_^)

Most Popular Tags

Style Credit

Page generated Jul. 1st, 2025 03:07 am
Powered by Dreamwidth Studios