diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-25 04:03:44 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-10-25 04:03:44 +0200 |
commit | 45cc898e4a626cc67312629ae6fe2d25e6cfd733 (patch) | |
tree | 5116abaf19059edfde4917e015c07cecfe77cfb2 /sys/src/cmd/file.c | |
parent | 326747cfd3e8be2159116dbf488fc0cd596a8fb8 (diff) |
file: detect torrent files
Diffstat (limited to 'sys/src/cmd/file.c')
-rw-r--r-- | sys/src/cmd/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/file.c b/sys/src/cmd/file.c index 46bf2617e..0b1f88ee3 100644 --- a/sys/src/cmd/file.c +++ b/sys/src/cmd/file.c @@ -831,6 +831,7 @@ struct FILE_STRING "pem x.509 certificate", -1, "text/plain", "subject=/C=", "pem certificate with header", -1, "text/plain", "process snapshot ", "process snapshot", -1, "application/snapfs", + "d8:announce", "torrent file", 11, "application/x-bittorrent", 0,0,0,0 }; |