Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 16, 2013
1 parent 04a387d commit 6b2d0b7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ cp-svn-url.sh
用法:

```bash
cp-svn-url.sh
cp-svn-url.sh # 缺省使用当前目录作为SVN工作目录
cp-svn-url.sh /path/to/svn/work/directory
```

Expand Down Expand Up @@ -158,6 +158,15 @@ $ ./echo-args.sh 1 " 2 foo " "3 3"
3/3: [3 3]
```

使用方式:

需要查看某个脚本(实际上也可以是其它的可执行程序)输出参数时,可以这么做:

* 把要查看脚本重命名。
* 建一个`echo-args.sh`脚本的符号链接到要查看参数的脚本的位置,名字和查看脚本一样。

这样可以不改其它的程序,查看到输入参数的信息。

xpl and xpf
==============================

Expand Down

0 comments on commit 6b2d0b7

Please sign in to comment.