We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012246e commit badf518Copy full SHA for badf518
slides/extract_hs.sh
@@ -13,6 +13,7 @@ do
13
hs_module_name=${hs_module_name^} # Put first character uppercase
14
f_hs="${hs_module_name}.hs"
15
rm -Rf "$f_hs"
16
+ echo "$EXDOWN -f hs $f > $f_hs"
17
$EXDOWN -f hs $f > "$f_hs" || exit 1 # exdown is https://github.com/smelc/exdown
18
echo "Written $f_hs"
19
done
0 commit comments