From a367a37633ab2e834f5e288b8dfce5b5bcc71706 Mon Sep 17 00:00:00 2001 From: Shy Date: Tue, 14 Mar 2017 14:57:02 +0100 Subject: [PATCH] Shebang fixed --- c4ctrl.py | 2 +- kitchentext.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c4ctrl.py b/c4ctrl.py index 8721cd4..7602af9 100755 --- a/c4ctrl.py +++ b/c4ctrl.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # # c4ctrl: Command line client for AutoC4 diff --git a/kitchentext.py b/kitchentext.py index 6cc6472..09bcfec 100755 --- a/kitchentext.py +++ b/kitchentext.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/env python3 # # kitchentext: Read text from stdin and put it on the Kitchenlight