nicer file header for executable files.
This commit is contained in:
parent
01eb95f1c9
commit
bd3ced933a
|
@ -1,4 +1,7 @@
|
||||||
#! /usr/bin/env python
|
#!/bin/sh
|
||||||
|
''':'
|
||||||
|
exec python -OOt "$0"
|
||||||
|
' '''
|
||||||
## history_manager.py
|
## history_manager.py
|
||||||
##
|
##
|
||||||
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
|
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#!/usr/bin/env python
|
#!/bin/sh
|
||||||
|
''':'
|
||||||
|
exec python -OOt "$0"
|
||||||
|
' '''
|
||||||
## Contributors for this file:
|
## Contributors for this file:
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||||
## - Nikos Kouremenos <kourem@gmail.com>
|
## - Nikos Kouremenos <kourem@gmail.com>
|
||||||
|
|
Loading…
Reference in New Issue