allyourbases/episodes/MARP.sh

30 lines
645 B
Bash
Raw Normal View History

2023-10-12 19:31:16 +00:00
echo '========================='
pushd in-the-news/show/
npx @marp-team/marp-cli@latest index.md
popd
echo '========================='
2023-10-12 22:38:30 +00:00
pushd what-is-new/show/
npx @marp-team/marp-cli@latest index.md
popd
2023-10-12 19:31:16 +00:00
echo '========================='
2023-10-13 00:48:39 +00:00
pushd todays-topic/show/
npx @marp-team/marp-cli@latest index.md
popd
2023-10-12 19:31:16 +00:00
echo '========================='
2023-10-13 00:54:42 +00:00
pushd it-came-from-the-fediverse/show/
npx @marp-team/marp-cli@latest index.md
popd
2023-10-12 19:31:16 +00:00
echo '========================='
2023-10-13 05:21:38 +00:00
pushd sysop-wants-to-chat/show/
npx @marp-team/marp-cli@latest index.md
popd
2023-10-12 19:31:16 +00:00
echo '========================='
2023-10-13 05:28:50 +00:00
pushd a-winner-is-you/show/
npx @marp-team/marp-cli@latest index.md
popd