mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
9 lines
90 B
Plaintext
9 lines
90 B
Plaintext
|
#!/usr/bin/python
|
||
|
|
||
|
import sys
|
||
|
import ssh_adder
|
||
|
|
||
|
def main():
|
||
|
ssh_adder.main(sys.argv)
|
||
|
|