#!/bin/bash

while [ -f "$1" ]; do sleep 1; done  | zenity --progress --pulsate --auto-close --no-cancel --width="400" --title="$2" --text="\n$3\n"
