tSet python3 binary in files, my system doesn't have a python binary or link to it. - plumber - Plumber – a modern approach to plumbing
 (HTM) git clone git://r-36.net/plumber
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit ab964f3e4f6a0a5a35a85b99bf7da4f29842d08e
 (DIR) parent a031d1cbf7074123a05e1cbeb2dfcc0986b883cc
 (HTM) 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(-)
       ---
 (DIR) diff --git a/openers/fingeropener b/openers/fingeropener
       t@@ -1,4 +1,4 @@
       -#!/usr/bin/env python
       +#!/usr/bin/env python3
        # coding=utf-8
        #
        # Copy me if you can.
 (DIR) diff --git a/openers/telnetopenerchild b/openers/telnetopenerchild
       t@@ -1,4 +1,4 @@
       -#!/usr/bin/env python
       +#!/usr/bin/env python3
        # coding=utf-8
        #
        # Copy me if you can.
 (DIR) diff --git a/openers/webopener b/openers/webopener
       t@@ -1,4 +1,4 @@
       -#!/usr/bin/env python
       +#!/usr/bin/env python3
        # coding=utf-8
        #
        # Copy me if you can.