Skip to content

Commit

Permalink
chore(meproc): add version
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Nov 13, 2023
1 parent facf606 commit 024136f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Features:
- Support setting execution users and user groups for processes
- Support multiple platforms: Windows, Linux, MacOS, etc.
- Support for collecting output content from task processes.
- Provide a Web Page for Task Management.
- The project only needs to pre-install the Melang interpreter, and no more others need to be installed.


Expand Down
2 changes: 1 addition & 1 deletion meproc.m
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
return;
} fi

Log('info', "Listen: " + Conf['ip'] + ':' + Conf['port']);
Log('info', "Meproc v1.0.0. Listen on: " + Conf['ip'] + ':' + Conf['port']);

Eval('@/http.m');

Expand Down

0 comments on commit 024136f

Please sign in to comment.