#!/bin/bash
while [ 1 ]
do
mount
fsck
more; yes; gasp;
unmount
done
On July 8, 2009
In Smile
#!/bin/bash
while [ 1 ]
do
mount
fsck
more; yes; gasp;
unmount
done
On May 31, 2009
In Smile
Page 4 of 4
Powered by WordPress & Theme by Anders Norén