source: common/progress_bar.sh@ 5faab22

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

Removed personal debug code.

  • Property mode set to 100755
File size: 159 bytes
RevLine 
[a858a78]1#!/bin/bash
2
3# $Id$
4
5set -e
6
[a36805d]7[[ -z $1 ]] && exit
8[[ -z $2 ]] && exit
9
[a858a78]10if [ ! -f $1 ] ; then
[a36805d]11 while [ -d /proc/$2 ] ; do
[5faab22]12 echo -n "."
[a36805d]13 sleep 1
14 done
[a858a78]15fi
Note: See TracBrowser for help on using the repository browser.