This commit is contained in:
Yann Leboulanger 2006-05-01 17:42:12 +00:00
parent bd3ced933a
commit 50c14f16a8
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
''':'
exec python -OOt "$0"
exec python -OOt "$0" ${1+"$@"}
' '''
## history_manager.py
##

View File

@ -1,6 +1,6 @@
#!/bin/sh
''':'
exec python -OOt "$0"
exec python -OOt "$0" ${1+"$@"}
' '''
## Contributors for this file:
## - Yann Le Boulanger <asterix@lagaule.org>