#!/bin/bash set -e apt update && apt install -y nodejs cd presentation npx @marp-team/marp-cli@latest presentation.md -o index.html