first commit
This commit is contained in:
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