26 lines
599 B
Bash
26 lines
599 B
Bash
echo '========================='
|
|
pushd in-the-news/show/
|
|
npx @marp-team/marp-cli@latest index.md
|
|
popd
|
|
|
|
echo '========================='
|
|
pushd what-is-new/show/
|
|
npx @marp-team/marp-cli@latest index.md
|
|
popd
|
|
|
|
echo '========================='
|
|
pushd todays-topic/show/
|
|
npx @marp-team/marp-cli@latest index.md
|
|
popd
|
|
|
|
echo '========================='
|
|
pushd it-came-from-the-fediverse/show/
|
|
npx @marp-team/marp-cli@latest index.md
|
|
popd
|
|
|
|
echo '========================='
|
|
npx @marp-team/marp-cli@latest sysop-wants-to-chat.md
|
|
|
|
echo '========================='
|
|
npx @marp-team/marp-cli@latest a-winner-is-you.md
|