Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
yay. man xmessage ftw.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzacsh committed Feb 14, 2012
1 parent 3b53e1a commit 47fecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ notifyhttp() {
msg="${2:-ready!}"
while true; do
curl -fI "$url" && {
xmessage "$msg" ; break
xmessage -center "$msg" ; break
} || {
printf '... URL failed, retrying in %s seconds.\n' "$retry"
sleep "$retry"
Expand Down

0 comments on commit 47fecad

Please sign in to comment.