~scripters/scripting/trunk

« back to all changes in this revision

Viewing changes to wrappers/nullfile

  • Committer: michael at profarius
  • Date: 2009-02-08 04:03:42 UTC
  • Revision ID: michael@profarius.com-20090208040342-fpppjg2ul2grwsy2
Cleaned up repository ; I felt this was very much needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
2
 
 
3
# This assumes you have two partitions, one at / and one at /home.
 
4
 
3
5
sudo dd if=/dev/zero of=/0bits bs=20971520 bs=20MB
4
6
sudo rm /0bits
5
7
sudo dd if=/dev/zero of=/home/0bits bs=20971520 bs=20MB