Skip to content

Commit 712268f

Browse files
committed
Merge branch 'master' of https://github.com/deanfx/autoClose
2 parents 1712661 + cb02562 commit 712268f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simple tool that closes a specific process at any given time.
44

5-
<img src="https://img.shields.io/github/issues/deanfx/autoClose?style=plastic"> <img src="https://img.shields.io/github/repo-size/deanfx/autoClose?style=plastic"> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ab202e87a2564e02bc6507de6bf92660)](https://www.codacy.com/manual/deanfx/autoClose?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=deanfx/autoClose&amp;utm_campaign=Badge_Grade) <img src="https://img.shields.io/github/last-commit/deanfx/autoClose?style=plastic"> <img src="https://img.shields.io/github/contributors/deanfx/autoClose?style=plastic"> <img src="https://img.shields.io/github/last-commit/deanfx/autoClose?style=plastic">
5+
<img src="https://img.shields.io/github/issues/deanamiridis/autoClose?style=plastic"> <img src="https://img.shields.io/github/repo-size/deanfx/autoClose?style=plastic"> [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ab202e87a2564e02bc6507de6bf92660)](https://www.codacy.com/manual/deanfx/autoClose?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=deanfx/autoClose&amp;utm_campaign=Badge_Grade) <img src="https://img.shields.io/github/last-commit/deanfx/autoClose?style=plastic"> <img src="https://img.shields.io/github/contributors/deanfx/autoClose?style=plastic"> <img src="https://img.shields.io/github/last-commit/deanfx/autoClose?style=plastic">
66

77
<img src="https://img.shields.io/twitter/follow/deanfx?style=plastic">
88

@@ -27,14 +27,5 @@ In this example, I am searching for the Discord process running. Keep the * befo
2727
get-process | Where-Object {$_.processname -Like "*Discord"} | select ProcessName
2828

2929

30-
###### Downloads (Application/Compiled)
31-
> Version 0.0.4 - https://mega.nz/#!gpJzgaxJ!veOU4gHqwKM3cin0fCzqHjXLOf_owPc-v5uvBTxBuvs
32-
33-
> Version 0.0.3 - https://mega.nz/#!s0Jg0I6S!PR-Qvi6-okJc_adrdVUxZSE3Je5gXmdzdFQ8FdHfbSw
34-
35-
> Version 0.0.2 - https://mega.nz/#!Vto1RIiC!YvytBh5VtRFwZuytiao2SvAncWEZt7R8CkXU-CkSa_U
36-
37-
> Version 0.0.1 - https://mega.nz/#!o1xBESCa!hVydan27Ar2AT0xdeyeiR3DJcH60FnxdTW3Ms9q6AFU
38-
3930

4031

0 commit comments

Comments
 (0)