This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Medit Gist Tool (Tools menu) | |
# | |
# Options: need-doc,need-save | |
# Command type: Shell command | |
# Input: None | |
# Output: None,Asynchronous | |
# Filter: Default | |
if which gxmessage>/dev/null; then | |
DIALOGBIN=gxmessage |
NewerOlder