Skip to content

Commit badf518

Browse files
committed
Print exdown command being executed
1 parent 012246e commit badf518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

slides/extract_hs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ do
1313
hs_module_name=${hs_module_name^} # Put first character uppercase
1414
f_hs="${hs_module_name}.hs"
1515
rm -Rf "$f_hs"
16+
echo "$EXDOWN -f hs $f > $f_hs"
1617
$EXDOWN -f hs $f > "$f_hs" || exit 1 # exdown is https://github.com/smelc/exdown
1718
echo "Written $f_hs"
1819
done

0 commit comments

Comments
 (0)