Files
2026-07-16 09:59:47 +02:00

4 lines
78 B
Bash
Executable File

#!/bin/sh
cat - > preview.html
nohup xdg-open preview.html > /dev/null 2>&1 &