#! /bin/sh
# run inews test
. ./config

NAME="rose"
USER="thx1138"
LOGNAME="$USER"
ORGANIZATION="anarcho-syndicalist commune"
HOME=/potato/farm
export NAME USER LOGNAME ORGANIZATION HOME

inject/inews -h -N <art >stdout 2>stderr
echo $? >status
