nicer file header for executable files.

This commit is contained in:
Yann Leboulanger 2006-05-01 17:34:08 +00:00
parent 01eb95f1c9
commit bd3ced933a
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,7 @@
#! /usr/bin/env python
#!/bin/sh
''':'
exec python -OOt "$0"
' '''
## history_manager.py
##
## Copyright (C) 2006 Nikos Kouremenos <kourem@gmail.com>

View File

@ -1,4 +1,7 @@
#!/usr/bin/env python
#!/bin/sh
''':'
exec python -OOt "$0"
' '''
## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>
## - Nikos Kouremenos <kourem@gmail.com>