#!/bin/bash -eu
list=$1
[ -f $list ]
[[ $list == *.txt ]]
shift
lecho "$@" >> "$list"
mr "$@"
