Skip to content

Instantly share code, notes, and snippets.

@dtony
dtony / Readme.md
Last active August 24, 2024 04:29
Headless jitsi meet on Raspberry pi
@dtony
dtony / md2pdf.sh
Created September 24, 2024 14:19
Convert markdown with mermaid and math formulas to pdf
#!/bin/bash
input=$1
set -e
if [ "$#" -ne 1 ]; then
echo "One argument required"
exit 1
fi