Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Associate X11 applications with filename extensions' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Associate X11 applications with filename extensions
Authored by: fenner on May 16, '03 08:43:12PM
Using DropScript, I found it easier allow it to make the filename association itself by adding the special comments at the top of the shell script:
#!/bin/sh
#
# EXTENSIONS : "ps"
# ROLE       : Viewer


[ Reply to This | # ]