copy from other repository

This commit is contained in:
zimoch
2010-09-02 14:52:17 +00:00
parent 35768cbfbb
commit d37c142d36
51 changed files with 4104 additions and 0 deletions

13
streamApp/simple.proto Normal file
View File

@ -0,0 +1,13 @@
terminator = CR LF;
cmd {
out "%s";
}
info {
extrainput=ignore;
out "%s";
in "%39c";
}
read {
in "%39c";
}