Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 510a6e28ae08868666b2ed93cc6ff94c > files > 3

grace-5.1.22-8.fc15.i686.rpm

#     +------------------------------------+
#     | An example of Grace resource file  |
#     | You may need to edit paths         |
#     +------------------------------------+
#
# Convert old binary projects on-the-fly
DEFINE IFILTER "bin/grconvert %s -" MAGIC "00000031" 
#
# This one is for automatic import of Origin-4 fit description files
DEFINE IFILTER "bin/fdf2fit %s -" PATTERN "*.fdf"
#
# Save disk space by keeping files gzip'ed
DEFINE IFILTER "gzip -dc %s" PATTERN "*.gz"
DEFINE OFILTER "gzip - > %s" PATTERN "*.gz" 
#
# Allow user to add his/her own startup settings
GETP "gracerc.user"
#