websitedesign2022/content/clean.sh

9 lines
121 B
Bash
Executable File

#!/bin/bash
CONTENT[0]="about"
CONTENT[1]="book1"
CONTENT[2]="book2"
for i in {0..2}
do
rm "${CONTENT[i]}.html"
done