浏览代码

~/.bin/rt: Add a file-comment.

Lucas Stadler 13 年之前
父节点
当前提交
52b0dda984
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .bin/rt

+ 4 - 0
.bin/rt

@ -1,5 +1,9 @@
1 1
#!/bin/bash
2 2
3
# rt - A repository tool abstracting away from any specific VCS.
4
#
5
# Currently supported: git, hg.
6
3 7
if [ $# -lt 1 ]; then
4 8
	echo "Usage: $0 <cmd> <repo> [<args>]"
5 9
	echo "  executes <cmd> for <repo> (passing <args> through)"