move everything to local folder

This commit is contained in:
2024-08-26 17:34:54 +02:00
parent f92678d3f5
commit cac9c91222
21 changed files with 1 additions and 1 deletions

5
local/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