source:
common/progress_bar.sh@
1a1f099
Last change on this file since 1a1f099 was a858a78, checked in by , 18 years ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | |
3 | # $Id$ |
4 | |
5 | set -e |
6 | |
7 | if [ ! -f $1 ] ; then |
8 | echo -n "." |
9 | sleep 1 |
10 | if [ -d /proc/$2 ] ; then |
11 | ./$0 $1 $2 |
12 | fi |
13 | fi |
Note:
See TracBrowser
for help on using the repository browser.