mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-05 08:37:14 -04:00
Removed shebangs from libraries
Former-commit-id: 2d6d4000b0358ba7974350e2f85ec93d1387096f Former-commit-id: c06d215f3d3dac7a8bf53ca5932b6da4752dc20c
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
from os import listdir, remove, walk
|
from os import listdir, remove, walk
|
||||||
from os.path import expanduser, isdir, isfile, getmtime, join
|
from os.path import expanduser, isdir, isfile, getmtime, join
|
||||||
from subprocess import CalledProcessError, PIPE, run
|
from subprocess import CalledProcessError, PIPE, run
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
from configparser import ConfigParser
|
from configparser import ConfigParser
|
||||||
from curses import A_REVERSE, echo, KEY_DOWN, KEY_UP, cbreak, curs_set, endwin, initscr, newwin, noecho, nocbreak
|
from curses import A_REVERSE, echo, KEY_DOWN, KEY_UP, cbreak, curs_set, endwin, initscr, newwin, noecho, nocbreak
|
||||||
from curses.textpad import rectangle, Textbox
|
from curses.textpad import rectangle, Textbox
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ "$1" = 'HAIKU' ]; then
|
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
|
sed -i '1 s/.*/#!\/bin\/env\ python3.10/' ./working/sshyp.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user