Skip to content

Commit 806dd4f

Browse files
committed
Update README.md
1 parent c843027 commit 806dd4f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# commandline
2-
72 useful bash scripts collection on Mac OSX.(实用的命令行脚本)
2+
73 useful bash scripts collection on Mac OSX.(实用的命令行脚本)
33
![](https://github.com/chinsyo/commandline/actions/workflows/update_readme.yml/badge.svg)
44
* adb-bulk-uninstall
55
```bash
@@ -162,6 +162,14 @@ c++filt __Z4mainiPPc
162162

163163
```
164164

165+
* display-shared-libraries
166+
```bash
167+
#! /usr/bin/bash
168+
169+
otool -L /System/Applications/Dictionary.app/Contents/MacOS/Dictionary
170+
171+
```
172+
165173
* domain-expiration
166174
```bash
167175
#! /bin/bash

0 commit comments

Comments
 (0)