#!/hint/sh if { ! quota -s; } && [ -n "$DISPLAY" ]; then xmessage -center "$(quota -s)" & fi