MahiroOS-jhalfs/common/progress_bar.sh
Manuel Canales Esparcia a858a7823c POC for progress bar.
2006-05-31 20:43:41 +00:00

13 lines
126 B
Bash
Executable file

#!/bin/bash
# $Id$
set -e
if [ ! -f $1 ] ; then
echo -n "."
sleep 1
if [ -d /proc/$2 ] ; then
./$0 $1 $2
fi
fi