aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/markdown/reveal
diff options
context:
space:
mode:
Diffstat (limited to 'tools/markdown/reveal')
-rwxr-xr-xtools/markdown/reveal2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/markdown/reveal b/tools/markdown/reveal
index 4873517..17321d5 100755
--- a/tools/markdown/reveal
+++ b/tools/markdown/reveal
@@ -1,6 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2 2
3if [[ ! $1 =~ '.md' ]]; then 3if [[ ! $1 =~ (.md|.slide)$ ]]; then
4 echo markdown file is not given >&2 4 echo markdown file is not given >&2
5 exit 1 5 exit 1
6fi 6fi