jumpserver/init.sh

11 lines
112 B
Bash
Executable File

#!/bin/sh
#
trap '' SIGINT
base_dir=$(dirname $0)
export LANG='zh_CN.UTF-8'
python $base_dir/connect.py
exit