#! /bin/sh
#OpenScript
#(OS)Write a message to another user
OPENFLAGS=9
OPENCOMMAND="echo -n Who do you want to write to ?; read string;echo Type Ctrl-D to end your message.; write \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
