diff options
Diffstat (limited to 'scripts/p7s/ruscreen.py')
| -rw-r--r-- | scripts/p7s/ruscreen.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/p7s/ruscreen.py b/scripts/p7s/ruscreen.py new file mode 100644 index 00000000..d12dc2f5 --- /dev/null +++ b/scripts/p7s/ruscreen.py @@ -0,0 +1,6 @@ +import os +import sys + + +def main(): + os.execvp("autossh", ["autossh", "-M", "0", "-t"] + sys.argv[1:] + ["screen -RdU"]) |
