Skip to content

Commit e5edf9e

Browse files
committed
add contribution info
1 parent db2409c commit e5edf9e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

docs/java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ $ show-busy-java-threads.sh
106106

107107
### 贡献者
108108

109-
- [silentforce](https://github.com/silentforce)改进此脚本,增加对环境变量`JAVA_HOME`的判断。 #15
109+
- [silentforce](https://github.com/silentforce)改进此脚本,增加对环境变量`JAVA_HOME`的判断。 [#15](https://github.com/oldratlee/useful-scripts/pull/15)
110110
- [liuyangc3](https://github.com/liuyangc3)
111-
- 优化性能,通过`read -a`简化反复的`awk`操作 #51
112-
- 发现并解决`jstack`非当前用户`Java`进程的问题 #50
111+
- 发现并解决`jstack`非当前用户`Java`进程的问题。 [#50](https://github.com/oldratlee/useful-scripts/pull/50)
112+
- 优化性能,通过`read -a`简化反复的`awk`操作。 [#51](https://github.com/oldratlee/useful-scripts/pull/51)
113113

114114
:beer: [show-duplicate-java-classes](../show-duplicate-java-classes)
115115
----------------------

docs/shell.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ TIME_WAIT 212
233233
SYN_SENT 17
234234
```
235235

236+
### 贡献者
237+
238+
[sunuslee](https://github.com/sunuslee)改进此脚本,增加对`MacOS`的支持。 [#56](https://github.com/oldratlee/useful-scripts/pull/56)
239+
236240
`Shell`开发/测试加强
237241
====================================
238242

tcp-connection-state-counter.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# @Usage
66
# $ ./tcp-connection-state-counter.sh
77
#
8-
# @author Jerry Lee
8+
# @author Jerry Lee(@oldratlee)
9+
# @author @sunuslee
910

1011
# On MacOS, netstat need to using -p tcp to get only tcp output.
1112
[ -n "$(uname | grep Darwin)" ] && option_for_mac="-ptcp"

0 commit comments

Comments
 (0)