Make scripts more compatible across OSes

This commit is contained in:
Phil Phillips 2011-03-26 02:46:58 +08:00 committed by Joel Martin
parent 0b6292b8c0
commit e9155818c8
5 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
# #
# Convert image to Javascript compatible base64 Data URI # Convert image to Javascript compatible base64 Data URI

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
usage() { usage() {
if [ "$*" ]; then if [ "$*" ]; then

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
''' '''
A super simple HTTP/HTTPS webserver for python. Automatically detect A super simple HTTP/HTTPS webserver for python. Automatically detect

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
''' '''
Python WebSocket library with support for "wss://" encryption. Python WebSocket library with support for "wss://" encryption.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python #!/usr/bin/env python
''' '''
A WebSocket to TCP socket proxy with support for "wss://" encryption. A WebSocket to TCP socket proxy with support for "wss://" encryption.