first commit
This commit is contained in:
3
CS4210/Project 1/testFiles/smallFiles/CVS/Entries
Normal file
3
CS4210/Project 1/testFiles/smallFiles/CVS/Entries
Normal file
@@ -0,0 +1,3 @@
|
||||
/index0000.html/1.1/Tue Feb 21 01:09:22 2006//
|
||||
/makeFiles.sh/1.1/Tue Feb 21 01:18:48 2006//
|
||||
D
|
||||
2
CS4210/Project 1/testFiles/smallFiles/CVS/Entries.Extra
Normal file
2
CS4210/Project 1/testFiles/smallFiles/CVS/Entries.Extra
Normal file
@@ -0,0 +1,2 @@
|
||||
/index0000.html////*///
|
||||
/makeFiles.sh////*///
|
||||
1
CS4210/Project 1/testFiles/smallFiles/CVS/Repository
Normal file
1
CS4210/Project 1/testFiles/smallFiles/CVS/Repository
Normal file
@@ -0,0 +1 @@
|
||||
CS4210/Project 1/testFiles/smallFiles
|
||||
1
CS4210/Project 1/testFiles/smallFiles/CVS/Root
Normal file
1
CS4210/Project 1/testFiles/smallFiles/CVS/Root
Normal file
@@ -0,0 +1 @@
|
||||
:ext:asskoala@192.168.0.3:/usr/_CVS
|
||||
BIN
CS4210/Project 1/testFiles/smallFiles/index0000.html
Normal file
BIN
CS4210/Project 1/testFiles/smallFiles/index0000.html
Normal file
Binary file not shown.
9
CS4210/Project 1/testFiles/smallFiles/makeFiles.sh
Normal file
9
CS4210/Project 1/testFiles/smallFiles/makeFiles.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
x=0
|
||||
|
||||
while [ $x -lt 1600 ]; do
|
||||
cp index0000.html index$x.html
|
||||
x=$(( $x + 1 ));
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user