mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-12-03 17:01:09 +00:00
922ad6db8b
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)
|
|||
|