wrapper for os-independent seq command
[guilt.git] / guilt-top
blobf0907ad5daa4f6a9b0f653185f758f0d08a24377
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE="[-p|--path]"
7 . `dirname $0`/guilt
9 while [ $# -ne 0 ]; do
10 case "$1" in
11 -p|--path)
12 path="$GUILT_DIR/$branch/" ;;
14 usage ;;
15 esac
16 shift
17 done
19 p=`get_top`
21 if [ -n "$p" ]; then
22 disp "$path$p"