Christian Rotzoll
6 years ago
1 changed files with 5 additions and 1 deletions
@ -1,2 +1,6 @@ |
|||
#!/usr/bin/python3 |
|||
print("hello ssh tunnel in python3") |
|||
|
|||
import sys |
|||
|
|||
print("Number of Arguments: "+len(sys.argv)) |
|||
print("Arguments: "+str(sys.argv)) |
Loading…
Reference in new issue