MahiroOS-jhalfs/common/progress_bar.sh

14 lines
126 B
Bash
Raw Normal View History

2006-05-31 22:43:41 +02:00
#!/bin/bash
# $Id$
set -e
if [ ! -f $1 ] ; then
echo -n "."
sleep 1
if [ -d /proc/$2 ] ; then
./$0 $1 $2
fi
fi