Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: brian (git@myr.sh)
Date: Wed Dec 27 10:25:46 2023 -0300
Parent: 305da97
Fixed links on markdown
diff --git a/aux.sh b/aux.sh
index 47d8fb0..38e3a0f 100755
--- a/aux.sh
+++ b/aux.sh
@@ -69,6 +69,7 @@ escapehtml() {
}
type() {
+ set -f
for w in $*
do
[ "$DEBUG" = 1 ] && printf "\r[DEBUG] $w\n"
@@ -120,6 +121,7 @@ type() {
esac
printf " "
done
+ set +f
}
mdown() {