cat /etc/passwd | ./fmli -x regex '^([^:]*).*$' '
name=$m0
action=`message "$m0 is a user"`nop
'
#The end

