mirror of
https://github.com/rwinkhart/sshyp-labs.git
synced 2026-09-05 16:47:29 -04:00
Switched shebang to '#!/usr/bin/env python3' for greater compatibility
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from os import path, remove, system, walk
|
from os import path, remove, system, walk
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from os import path, system, uname, walk
|
from os import path, system, uname, walk
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
from base64 import b32decode
|
from base64 import b32decode
|
||||||
from hmac import new as new_mac
|
from hmac import new as new_mac
|
||||||
|
|||||||
Reference in New Issue
Block a user