aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-18 14:26:50 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-18 14:26:50 +1200
commit04f7498400c3b005f9d66d278d8b0cd7d832d87e (patch)
tree1ce2457daecdb45023a4cc18a7c61c5af278fdc4
parentUpdate clone URL (diff)
downloaddotfiles-04f7498400c3b005f9d66d278d8b0cd7d832d87e.tar.gz
dotfiles-04f7498400c3b005f9d66d278d8b0cd7d832d87e.zip
markdown(1) can't into option terminators
-rwxr-xr-xbin/mdurls2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mdurls b/bin/mdurls
index e15864aa..18cd07f4 100755
--- a/bin/mdurls
+++ b/bin/mdurls
@@ -12,7 +12,7 @@
hash markdown htmlurls || exit
# Pipe the output of markdown(1) on our args ...
-markdown -- "${@:-/dev/stdin}" |
+markdown "${@:-/dev/stdin}" |
# ... into our own htmlurls
htmlurls