web/blog/recent.sh

5 lines
105 B
Bash
Executable File

#!/usr/bin/env bash
printf "Content-type: text/html\n\n"
printf "<p>this is the recentest post lol</p>"