7 lines
53 B
Bash
7 lines
53 B
Bash
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npx marp -w index.md
|
|
|
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
npx marp -w index.md
|
|
|