#!/bin/bash
updatedb -v | yad --progress --title "updatedb" --text="locate用データベースの更新中です..." --pulsate --auto-close
yad --info --title "updatedb" --text="更新が完了しました"
