Просмотр исходного кода

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

Lucas Stadler лет назад: 14
Родитель
Сommit
52b0dda984
1 измененных файлов с 4 добавлено и 0 удалено
  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)"