#!/bin/sh . /root/trli.conf /var/lib/lxc/sqlddata/sqlddata.runsql -t trli <<-EOF select title,created from news where approved is null; EOF