Commit e9155818 authored by Phil Phillips's avatar Phil Phillips Committed by Joel Martin

Make scripts more compatible across OSes

parent 0b6292b8
#!/usr/bin/python #!/usr/bin/env python
# #
# Convert image to Javascript compatible base64 Data URI # Convert image to Javascript compatible base64 Data URI
......
#!/bin/bash #!/usr/bin/env bash
usage() { usage() {
if [ "$*" ]; then if [ "$*" ]; then
......
#!/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
......
#!/usr/bin/python #!/usr/bin/env python
''' '''
Python WebSocket library with support for "wss://" encryption. Python WebSocket library with support for "wss://" encryption.
......
#!/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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment