mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
323aa7a8f0
Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands
9 lines
182 B
Plaintext
9 lines
182 B
Plaintext
--- grcat.orig Sun Mar 25 20:48:10 2001
|
|
+++ grcat Sun Mar 25 20:48:51 2001
|
|
@@ -1,4 +1,4 @@
|
|
-#! /usr/bin/python
|
|
+#!%%PYTHON_CMD%%
|
|
|
|
import sys, os, string, getopt, re, signal, sys
|
|
|