source: common/progress_bar.sh@ a858a78

1.0 2.3 2.3.x 2.4 ablfs ablfs-more legacy new_features trunk
Last change on this file since a858a78 was a858a78, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

POC for progress bar.

  • Property mode set to 100755
File size: 126 bytes
Line 
1#!/bin/bash
2
3# $Id$
4
5set -e
6
7if [ ! -f $1 ] ; then
8 echo -n "."
9 sleep 1
10 if [ -d /proc/$2 ] ; then
11 ./$0 $1 $2
12 fi
13fi
Note: See TracBrowser for help on using the repository browser.