ref: 60e255e0c98828271ff67001c749ad879dd1b859
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