ref: 37d05fdf63f641e657387d97a6044b02c02dbbf4
dir: /weighin/
#!/bin/rc
rfork ne
today=`{date -i | awk -F'-' '{print $2"/"$3}'}
w=()
flagfmt=''
args='weight'
fn usage {
aux/usage
exit usage
}
if(! ifs=() eval `{aux/getflags $*} || ! ~ $#* 1)
usage
w=$1
cat <<EOF >>weight
$today $w
EOF