first commit
This commit is contained in:
2
CS4210/Project 3/test_files/CVS/Entries
Normal file
2
CS4210/Project 3/test_files/CVS/Entries
Normal file
@@ -0,0 +1,2 @@
|
||||
/make_test_files.sh/1.3/Sun Apr 2 10:09:46 2006//
|
||||
D
|
||||
1
CS4210/Project 3/test_files/CVS/Entries.Extra
Normal file
1
CS4210/Project 3/test_files/CVS/Entries.Extra
Normal file
@@ -0,0 +1 @@
|
||||
/make_test_files.sh////*///
|
||||
1
CS4210/Project 3/test_files/CVS/Entries.Extra.Old
Normal file
1
CS4210/Project 3/test_files/CVS/Entries.Extra.Old
Normal file
@@ -0,0 +1 @@
|
||||
/make_test_files.sh////*///
|
||||
2
CS4210/Project 3/test_files/CVS/Entries.Old
Normal file
2
CS4210/Project 3/test_files/CVS/Entries.Old
Normal file
@@ -0,0 +1,2 @@
|
||||
/make_test_files.sh/0/dummy timestamp//
|
||||
D
|
||||
1
CS4210/Project 3/test_files/CVS/Repository
Normal file
1
CS4210/Project 3/test_files/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 3/test_files
|
||||
1
CS4210/Project 3/test_files/CVS/Root
Normal file
1
CS4210/Project 3/test_files/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
24
CS4210/Project 3/test_files/make_test_files.sh
Normal file
24
CS4210/Project 3/test_files/make_test_files.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
#!/bin/sh
|
||||
dd if=/dev/zero of=test_small0 bs=1024 count=5
|
||||
dd if=/dev/zero of=test_small1 bs=1024 count=5
|
||||
dd if=/dev/zero of=test_small2 bs=1024 count=5
|
||||
dd if=/dev/zero of=test_small3 bs=1024 count=5
|
||||
dd if=/dev/zero of=test_small4 bs=1024 count=5
|
||||
|
||||
dd if=/dev/zero of=test_med0 bs=1024 count=500
|
||||
dd if=/dev/zero of=test_med1 bs=1024 count=500
|
||||
dd if=/dev/zero of=test_med2 bs=1024 count=500
|
||||
dd if=/dev/zero of=test_med3 bs=1024 count=500
|
||||
dd if=/dev/zero of=test_med4 bs=1024 count=500
|
||||
|
||||
dd if=/dev/zero of=test_large0 bs=1024 count=5000
|
||||
dd if=/dev/zero of=test_large1 bs=1024 count=5000
|
||||
dd if=/dev/zero of=test_large2 bs=1024 count=5000
|
||||
dd if=/dev/zero of=test_large3 bs=1024 count=5000
|
||||
dd if=/dev/zero of=test_large4 bs=1024 count=5000
|
||||
|
||||
dd if=/dev/zero of=test_larger0 bs=1024 count=10000
|
||||
dd if=/dev/zero of=test_larger1 bs=1024 count=10000
|
||||
dd if=/dev/zero of=test_larger2 bs=1024 count=10000
|
||||
dd if=/dev/zero of=test_larger3 bs=1024 count=10000
|
||||
dd if=/dev/zero of=test_larger4 bs=1024 count=10000
|
||||
Reference in New Issue
Block a user