Awesome-Python-Scripts/SSH_Host_Adder/ssh_adder
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30

9 lines
90 B
Python
Executable File

#!/usr/bin/python
import sys
import ssh_adder
def main():
ssh_adder.main(sys.argv)