3 lines
74 B
Bash
Executable file
3 lines
74 B
Bash
Executable file
#!/bin/rc
|
|
# Remove static files.
|
|
rm -r [0-9]*.html [0-9]*-[0-9]*.html tag
|