mirror of
https://github.com/xxh/xxh
synced 2024-11-15 08:37:11 +00:00
0.7.14
This commit is contained in:
parent
63481b8fc9
commit
aa01fd232c
2 changed files with 1 additions and 3 deletions
2
xxh
2
xxh
|
@ -5,8 +5,6 @@ from shutil import which
|
|||
from xxh_xxh.xxh import xxh, eeprint
|
||||
|
||||
if __name__ == '__main__':
|
||||
if os.name == 'nt':
|
||||
eeprint(f"Windows is not supported. WSL1 is not recommended also. WSL2 is not tested yet.")
|
||||
if not which('ssh'):
|
||||
eeprint('Install OpenSSH client before using xxh: https://duckduckgo.com/?q=how+to+install+openssh+client+in+linux')
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ from base64 import b64encode
|
|||
from signal import signal, SIGINT
|
||||
from .shell import *
|
||||
|
||||
XXH_VERSION = '0.7.13'
|
||||
XXH_VERSION = '0.7.14'
|
||||
|
||||
def sigint_handler(signal_received, frame):
|
||||
sys.exit(0)
|
||||
|
|
Loading…
Reference in a new issue