Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levitation committed Aug 1, 2020
1 parent 517db66 commit cb36a2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# SingleInstanceCmd
## SingleInstanceCmd
Tool for ensuring that a process specified in the arguments is launched only one at a time. Similar to flock tool in Linux.

### Usage:
SingleInstanceCmd.exe mutexname [-] cmd [args]
<br>"-" indicates that no job object must be created

0 comments on commit cb36a2e

Please sign in to comment.