From 70e90ffc16f344a5df833ce8b7c459bb6282a574 Mon Sep 17 00:00:00 2001 From: Phi Date: Sun, 16 Aug 2020 07:21:17 +0200 Subject: [PATCH] Restore #!/usr/bin/env python --- remotinator | 2 +- terminator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/remotinator b/remotinator index cb05dd90..46054edb 100755 --- a/remotinator +++ b/remotinator @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # remotinator - send commands to Terminator via DBus # Copyright (C) 2006-2010 cmsj@tenshu.net diff --git a/terminator b/terminator index 4b0fcdbf..449a2f3a 100755 --- a/terminator +++ b/terminator @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env python # # Terminator - multiple gnome terminals in one window # Copyright (C) 2006-2010 cmsj@tenshu.net