diff options
Diffstat (limited to 'file/Magdir/palm')
-rw-r--r-- | file/Magdir/palm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/file/Magdir/palm b/file/Magdir/palm new file mode 100644 index 000000000..46bc632e1 --- /dev/null +++ b/file/Magdir/palm @@ -0,0 +1,15 @@ + +#------------------------------------------------------------------------------ +# palm: file(1) magic for PalmOS {.prc,.pdb}: applications, docfiles, and hacks +# +# Brian Lalor <blalor@hcirisc.cs.binghamton.edu> + +# appl +60 belong 0x6170706c PalmOS application +>0 string >\0 "%s" +# TEXt +60 belong 0x54455874 AportisDoc file +>0 string >\0 "%s" +# HACK +60 belong 0x4841434b HackMaster hack +>0 string >\0 "%s" |