diff --git a/lib/sshync.py b/lib/sshync.py index 4904385..ec78faf 100644 --- a/lib/sshync.py +++ b/lib/sshync.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from os import listdir, remove, walk from os.path import expanduser, isdir, isfile, getmtime, join from subprocess import CalledProcessError, PIPE, run diff --git a/lib/stweak.py b/lib/stweak.py index bb01fa1..edbb9a8 100644 --- a/lib/stweak.py +++ b/lib/stweak.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python3 from configparser import ConfigParser from curses import A_REVERSE, echo, KEY_DOWN, KEY_UP, cbreak, curs_set, endwin, initscr, newwin, noecho, nocbreak from curses.textpad import rectangle, Textbox diff --git a/port-jobs/SHEBANG.sh b/port-jobs/SHEBANG.sh index 4d18d2f..ec6be36 100755 --- a/port-jobs/SHEBANG.sh +++ b/port-jobs/SHEBANG.sh @@ -1,5 +1,4 @@ #!/bin/sh if [ "$1" = 'HAIKU' ]; then - sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshync.py sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py fi