moved make script out of 'flowcharts/'

It uses 'cowsay' and 'firefox', as well as the explicit dep 'mdslides'.
SO, YMMV
This commit is contained in:
2024-08-08 23:10:38 -04:00
parent 803d894b79
commit 1d31bfc366

View File

@ -1,8 +0,0 @@
#!/bin/bash
if ! [ $# -eq 1 ]; then
echo -e "usage: $0 <presentation.md>\n\nmake sure media is in ./media!" | cowsay -n
exit 1
fi
mdslides $1 --include media --output_dir out_$1
firefox ./out_$1/index.html