Skip to content
Snippets Groups Projects
Commit e95429f0 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

Update html_md.sh

parent 251471df
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ "$1" = "-d" ]; then
# delete all .md files
if [ "$2" = "-html" ]; then
# delete all .html files
find . -name "*.ht*" |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment