From 45cc898e4a626cc67312629ae6fe2d25e6cfd733 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 25 Oct 2011 04:03:44 +0200 Subject: file: detect torrent files --- sys/src/cmd/file.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/src/cmd/file.c') 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 }; -- cgit v1.2.3