全般を修正
[logcat.git] / logcat
diff --git a/logcat b/logcat
deleted file mode 100755 (executable)
index e9e5ed6..0000000
--- a/logcat
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-# logcat
-#   指定したログを、logrotateした分も含めてすべて出力
-#
-gunzip $1.[0-9]* | cat - $1.[0-9]* $1 | sort