plumber

Plumber – a modern approach to plumbing
git clone git://r-36.net/plumber
Log | Files | Refs | LICENSE

commit ab964f3e4f6a0a5a35a85b99bf7da4f29842d08e
parent a031d1cbf7074123a05e1cbeb2dfcc0986b883cc
Author: Ian Jones <ian@contractcoder.biz>
Date:   Tue, 25 Jan 2022 00:08:19 +0000

Set python3 binary in files, my system doesn't have a python binary or link to it.

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
openers/fingeropener | 2+-
openers/telnetopenerchild | 2+-
openers/webopener | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/openers/fingeropener b/openers/fingeropener @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding=utf-8 # # Copy me if you can. diff --git a/openers/telnetopenerchild b/openers/telnetopenerchild @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding=utf-8 # # Copy me if you can. diff --git a/openers/webopener b/openers/webopener @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # coding=utf-8 # # Copy me if you can.