Skip to main content
OpenNomad's little corner of the web

a simple testk

This is a test of syntax highlighting

ls | while read -r item; do
	echo "$item"
	ls -l "$item"
done
posts