#!/bin/sh . /root/trli.conf /var/lib/lxc/sqlduser/sqlduser.runsql -t trliusers <<-EOF select name,email,created from users where confirmed is null; EOF