Merge pull request #8 from delphinus35/use-env-python

use env python
This commit is contained in:
Radovan Garabík 2015-10-10 16:08:36 +02:00
commit b5028b2a01
2 changed files with 2 additions and 2 deletions

2
grc
View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
import os, re, string, sys, getopt, signal

2
grcat
View File

@ -1,4 +1,4 @@
#! /usr/bin/python
#! /usr/bin/env python
import sys, os, string, re, signal, errno