SCsub: Add python shebang as a hint for syntax highlighting
Also switch existing shebangs to "better" /usr/bin/env python.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#! /usr/bin/python
|
||||
#! /usr/bin/env python
|
||||
import sys
|
||||
|
||||
if (len(sys.argv)<2):
|
||||
|
||||
Reference in New Issue
Block a user