mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 04:46:34 -04:00
Use ASCII 30 and 31 as separators, removes limitations on "@", "^&*", and "*&^".
Former-commit-id: cd08e1adde9f810e0099338722b617357055c422 [formerly 289d12f45a]
Former-commit-id: 7f70d015e3afe2101aba2d1d21001101db0de81e
This commit is contained in:
+1
-7
@@ -1,14 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
# external modules
|
||||
|
||||
from os import system, walk
|
||||
from os.path import getmtime, join
|
||||
from sys import exit as s_exit
|
||||
from subprocess import PIPE, run
|
||||
|
||||
|
||||
# utility functions
|
||||
from sys import exit as s_exit
|
||||
|
||||
|
||||
def get_local_data(_directory, _device): # retrieves titles and mod times from the local device
|
||||
|
||||
Reference in New Issue
Block a user