Selaa lähdekoodia

Merge branch 'master' of git@github.com:kanaka/noVNC

Joel Martin 14 vuotta sitten
vanhempi
commit
dec1861127
5 muutettua tiedostoa jossa 5 lisäystä ja 5 poistoa
  1. 1 1
      utils/img2js.py
  2. 1 1
      utils/launch.sh
  3. 1 1
      utils/web.py
  4. 1 1
      utils/websocket.py
  5. 1 1
      utils/websockify

+ 1 - 1
utils/img2js.py

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

+ 1 - 1
utils/launch.sh

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

+ 1 - 1
utils/web.py

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

+ 1 - 1
utils/websocket.py

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

+ 1 - 1
utils/websockify

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