mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2025-02-07 09:00:54 +00:00
9 lines
90 B
Python
9 lines
90 B
Python
#!/usr/bin/python
|
|
|
|
import sys
|
|
import ssh_adder
|
|
|
|
def main():
|
|
ssh_adder.main(sys.argv)
|
|
|