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