initial import of currently used scripts

This commit is contained in:
2021-05-25 11:25:11 +02:00
parent b2e20f7387
commit 28da7979a1
4 changed files with 71 additions and 0 deletions

5
bin/qlogin_wrapper Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# $Id: qlogin_wrapper 175 2010-09-15 15:34:28Z kasper $
HOST=$1
PORT=$2
/usr/bin/ssh -XAq -p $PORT $USER@$HOST