1#!/bin/sh
2
3# SecPanel
4# Shellscript for wrapping ssh-connections
5# Ver. for SecPanel 0.5.2
6
7
8$1
9
10cat <<EOF
11
12---------- SecPanel ----------
13Connection closed
14Press <Return> to continue...
15EOF
16
17read end
18
19