Sfoglia il codice sorgente

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

Lucas Stadler 13 anni fa
parent
commit
52b0dda984
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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)"