Browse Source

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

Lucas Stadler 14 years ago
parent
commit
52b0dda984
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .bin/rt

+ 4 - 0
.bin/rt

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