first commit

This commit is contained in:
Jose Caban
2025-06-07 01:59:34 -04:00
commit 388ac241f0
3558 changed files with 9116289 additions and 0 deletions

View 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

View File

@@ -0,0 +1,2 @@
/index0000.html////*///
/makeFiles.sh////*///

View File

@@ -0,0 +1 @@
CS4210/Project 1/testFiles/smallFiles

View File

@@ -0,0 +1 @@
:ext:asskoala@192.168.0.3:/usr/_CVS

Binary file not shown.

View File

@@ -0,0 +1,9 @@
#!/bin/bash
x=0
while [ $x -lt 1600 ]; do
cp index0000.html index$x.html
x=$(( $x + 1 ));
done