7 lines
97 B
Bash
7 lines
97 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npx marp -w index.md
|
|
npx marp --pdf --allow-local-files ./index.md
|