web/blog/recent.sh

5 lines
105 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2023-06-26 06:25:57 +00:00
printf "Content-type: text/html\n\n"
printf "<p>this is the recentest post lol</p>"