Files
testrepo/scripts/test.sh
T

8 lines
134 B
Bash
Raw Normal View History

2026-05-01 19:55:14 +02:00
#!/bin/bash
set -e
2026-05-05 14:33:17 +02:00
apt update && apt install -y nodejs
2026-05-01 19:55:14 +02:00
2026-05-05 14:31:16 +02:00
cd presentation
npx @marp-team/marp-cli@latest presentation.md -o index.html